# WordBoundaryRules

## Content

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

***

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

# Enumeration: WordBoundaryRules

Specifies the word breaking algorithm.

## Enumeration Members

### Simplified

> **Simplified**: `1`

Simplified word breaking rules not allowing to break words on any characters other than white spaces.

***

### Unicode

> **Unicode**: `0`

Set word boundaries in accordance with the Unicode text segmentation algorithm (see a Unicode Standard Annex #29).
