BlockRoleEnum
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
Name | Description |
---|---|
BR_Artefact | The block contains some garbage text. |
BR_Caption | The block contains a caption. |
BR_IncutText | The block contains an incut. |
BR_LineNumbers | The block contains line numbers. |
BR_MainText | The block contains the main text of the page. |
BR_RunningTitle | The block contains a running title. |
BR_Unknown | The role is undefined. |
Used in
03.07.2024 8:50:25