# LineAnnotationTextPosition

## Content

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

***

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

# Enumeration: LineAnnotationTextPosition

Specifies the possible positions of a text for [LineAnnotation](../classes/LineAnnotation).

## Enumeration Members

### Inline

> **Inline**: `1`

Text is centered inside the line.

***

### None

> **None**: `0`

Text is not shown.

***

### Top

> **Top**: `2`

Text is on top of the line.
