# TabStopAlignment

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / TabStopAlignment

# Enumeration: TabStopAlignment

Specifies the tab stop alignment options.

## Enumeration Members

### Center

> **Center**: `2`

Text is centered relative to the tab stop.

***

### Leading

> **Leading**: `0`

Text is aligned to the right of the tab stop.

***

### Separator

> **Separator**: `3`

Characters are aligned to the left of a specified separator.

***

### Trailing

> **Trailing**: `1`

Text is aligned to the left of the tab stop and extends to the left.
