TextOptions class

TextOptions class

The options for splitting text files into pages.

The TextOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new TextOptions instance.

Properties

Property Description
max_chars_per_row The maximum number of characters per row on a page.
max_rows_per_page The maximum number of rows per page.

See Also