> ## 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 dans l’API ABBYY FineReader Engine — Types d’alignement de paragraphe dans le texte reconnu.

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;
```

<div id="elements">
  ## Éléments
</div>

| Nom                  | Description                                                       |
| -------------------- | ----------------------------------------------------------------- |
| PA\_Center           | Paragraph centré.                                                 |
| PA\_Justify          | Paragraph justifié (aligné à gauche et à droite).                 |
| PA\_JustifyForArabic | Paragraph avec justification kashida (destiné aux textes arabes). |
| PA\_Left             | Paragraph aligné à gauche.                                        |
| PA\_Right            | Paragraph aligné à droite.                                        |

<div id="used-in">
  ## Utilisé dans
</div>

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