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

# ParagraphTabAlignmentEnum

ParagraphTabAlignmentEnum enumeration constants denote available types of alignment for a single tab stop.

```
typedef enum {
 PTA_Left,
 PTA_Right,
 PTA_Center
} ParagraphTabAlignmentEnum;
```

## Elements

| Name          | Description              |
| ------------- | ------------------------ |
| PTA\\\_Center | Center-aligned tab stop. |
| PTA\\\_Left   | Left-aligned tab stop.   |
| PTA\\\_Right  | Right-aligned tab stop.  |

## Used in

[ITabPosition::Alignment](/fine-reader/engine/api-reference/text-related-objects/tabposition#alignment)

[ITabPositions::AddNew](/fine-reader/engine/api-reference/text-related-objects/tabpositions/addnew-method)
