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

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

| Name                   | Description                                                       |
| ---------------------- | ----------------------------------------------------------------- |
| PA\\\_Center           | Centered paragraph.                                               |
| PA\\\_Justify          | Justified paragraph (aligned both left and right).                |
| PA\\\_JustifyForArabic | Paragraph with kashida justification (intended for Arabic texts). |
| PA\\\_Left             | Left-aligned paragraph.                                           |
| PA\\\_Right            | Right-aligned paragraph.                                          |

## Used in

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