TXTextControl.KeepLinesTogether Property

Gets or sets a value indicating whether a page break is allowed within a paragraph. If the property's value is true, a page break is not allowed. Otherwise, it is allowed. The property sets the value for all paragraphs currently selected.

Introduced: 13.0.

Syntax

TXTextControl.KeepLinesTogether [= boolean]

Remarks

The property returns false when the text selection contains multiple paragraphs with mixed setting.

Data Types

Boolean.

Limitations

Run time only.

See Also