> ## 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

> ABBYY FineReader Engine API の ParagraphAlignmentEnum — 認識されたテキスト内の段落配置の種類。

ParagraphAlignmentEnum の列挙定数は、認識テキスト内の段落のさまざまな配置タイプを表すために使用されます。

```
typedef enum {
 PA_Left,
 PA_Center,
 PA_Right,
 PA_Justify,
 PA_JustifyForArabic
} ParagraphAlignmentEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前                   | 説明                             |
| -------------------- | ------------------------------ |
| PA\_Center           | 中央揃えの段落。                       |
| PA\_Justify          | 両端揃えの段落。                       |
| PA\_JustifyForArabic | カシーダによる両端揃えの段落 (アラビア語テキスト向け) 。 |
| PA\_Left             | 左揃えの段落。                        |
| PA\_Right            | 右揃えの段落。                        |

<div id="used-in">
  ## 使用箇所
</div>

[IParagraphParams::ParagraphAlignment](/ja/fine-reader/engine/api-reference/text-related-objects/paragraphparams#paragraphalignment)
