Zum Hauptinhalt springen

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.

Die Konstanten der Aufzählung ParagraphAlignmentEnum werden verwendet, um verschiedene Ausrichtungen für einen Absatz im erkannten Text anzugeben.
typedef enum {
 PA_Left,
 PA_Center,
 PA_Right,
 PA_Justify,
 PA_JustifyForArabic
} ParagraphAlignmentEnum;

Elemente

NameDescription
PA_CenterZentrierter Absatz.
PA_JustifyBlocksatz-Absatz (links- und rechtsbündig ausgerichtet).
PA_JustifyForArabicAbsatz mit Kashida-Blocksatz (für arabische Texte vorgesehen).
PA_LeftLinksbündiger Absatz.
PA_RightRechtsbündiger Absatz.

Verwendet in

IParagraphParams::ParagraphAlignment