Passer au contenu principal

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.

Les constantes de l’énumération ParagraphAlignmentEnum sont utilisées pour indiquer les différents types d’alignement d’un Paragraph dans le texte reconnu.
typedef enum {
 PA_Left,
 PA_Center,
 PA_Right,
 PA_Justify,
 PA_JustifyForArabic
} ParagraphAlignmentEnum;

Éléments

NomDescription
PA_CenterParagraph centré.
PA_JustifyParagraph justifié (aligné à gauche et à droite).
PA_JustifyForArabicParagraph avec justification kashida (destiné aux textes arabes).
PA_LeftParagraph aligné à gauche.
PA_RightParagraph aligné à droite.

Utilisé dans

IParagraphParams::ParagraphAlignment