Enum SectionType
Specifies how a section begins relative to the previous section, controlling page breaks and content flow continuity.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum SectionType
Continuous
Continues the section on the same page without a page break, allowing layout changes mid-page.
EvenPage
Starts the section on the next even-numbered page, adding a blank page if necessary.
NextColumn
Starts the section in the next column within a multi-column layout, inserting a column break.
NextPage
Starts the section on the next available page, inserting a page break after the previous section.
OddPage
Starts the section on the next odd-numbered page, adding a blank page if necessary.