Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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