# TextExtensionStrategy

## Content

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

***

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

# Enumeration: TextExtensionStrategy

Specifies the rules for text extension when text is justified.

## Enumeration Members

### Default

> **Default**: `0`

Text extension is based on justifiedSpaceExtension and justifiedTextExtension properties.

***

### EastAsianExcel

> **EastAsianExcel**: `2`

Allow text extension for wide characters and white spaces (not for narrow characters).

***

### Excel

> **Excel**: `3`

Allow text extension for white spaces only.

***

### Normal

> **Normal**: `1`

Same as "Default".
