Skip to main content
ParagraphAlignmentEnum enumeration constants are used to denote different types of alignment for a paragraph in the recognized text.
typedef enum {
 PA_Left,
 PA_Center,
 PA_Right,
 PA_Justify,
 PA_JustifyForArabic
} ParagraphAlignmentEnum;

Elements

NameDescription
PA\_CenterCentered paragraph.
PA\_JustifyJustified paragraph (aligned both left and right).
PA\_JustifyForArabicParagraph with kashida justification (intended for Arabic texts).
PA\_LeftLeft-aligned paragraph.
PA\_RightRight-aligned paragraph.

Used in

IParagraphParams::ParagraphAlignment