# FlowDirection

## Content

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

***

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

# Enumeration: FlowDirection

Indicates the direction of how lines of text are placed relative to one another.

## Enumeration Members

### HorizontalTopToBottom

> **HorizontalTopToBottom**: `0`

Specifies that horizontal text lines are placed from top to bottom.

***

### VerticalLeftToRight

> **VerticalLeftToRight**: `2`

Specifies that vertical text lines are placed from left to right.

***

### VerticalRightToLeft

> **VerticalRightToLeft**: `1`

Specifies that vertical text lines are placed from right to left.
