# TabStop

## Content

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

***

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

# Type Alias: TabStop

> **TabStop** = `object`

Represents a tab stop in a [Layout](../classes/Layout) object.

## Properties

### alignment?

> `optional` **alignment**: [`TabStopAlignment`](../enumerations/TabStopAlignment)

Specifies how the text is aligned relative to the tab stop.

***

### leader?

> `optional` **leader**: [`TabStopLeader`](../enumerations/TabStopLeader)

The type of the leader line displayed under the tab character.

***

### offset

> **offset**: `number`

The tab stop position relative to the left/right (for LTR/RTL text) margin, in graphic units.

***

### separator?

> `optional` **separator**: `number` \| `string`

The separator character or its UTF-32 code used when the alignment property is set to "Separator".
