Skip to main content
BlockRoleEnum enumeration constants are used to describe the role of the text block in the logical structure of a document.
typedef enum {
 BR_Unknown,
 BR_RunningTitle,
 BR_MainText,
 BR_IncutText,
 BR_Caption,
 BR_LineNumbers,
 BR_Artefact
} BlockRoleEnum;

Elements

NameDescription
BR\_ArtefactThe block contains some garbage text.
BR\_CaptionThe block contains a caption.
BR\_IncutTextThe block contains an incut.
BR\_LineNumbersThe block contains line numbers.
BR\_MainTextThe block contains the main text of the page.
BR\_RunningTitleThe block contains a running title.
BR\_UnknownThe role is undefined.

Used in

ITextBlock::BlockRole