TXTextControl.SectionBreakKind Property

Returns or sets the kind of the section break the section starts with. The SectionCurrent property determines the section or another part of the document.

Introduced: 14.0.

Syntax

TXTextControl.SectionBreakKind [= value]
Setting Description
txBeginAtNewLine The section begins on the next line with a new paragraph.
txBeginAtNewPage The section begins on the next page with a new paragraph.
0 Get only. The property returns 0, if more than one section is specified through the SectionCurrent property and these sections have different settings.

Data Types

Integer.

Limitations

Run time only.

See Also