メインコンテンツへスキップ

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 の列挙定数は、認識テキスト内の段落のさまざまな配置タイプを表すために使用されます。
typedef enum {
 PA_Left,
 PA_Center,
 PA_Right,
 PA_Justify,
 PA_JustifyForArabic
} ParagraphAlignmentEnum;

要素

名前説明
PA_Center中央揃えの段落。
PA_Justify両端揃えの段落。
PA_JustifyForArabicカシーダによる両端揃えの段落 (アラビア語テキスト向け) 。
PA_Left左揃えの段落。
PA_Right右揃えの段落。

使用箇所

IParagraphParams::ParagraphAlignment