# SplitResult

## Content

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

***

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

# Enumeration: SplitResult

Describes the result of the [Layout#split](../classes/Layout#split) method.

## Enumeration Members

### CannotSplit

> **CannotSplit**: `2`

Unable to split the text without leaving the first part empty.

***

### FitAll

> **FitAll**: `1`

All text fits into the original Layout.

***

### Split

> **Split**: `0`

The text split successfully between instances of Layout.
