Enum SectionType
Defines section types.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum SectionType
Continuous
Specifies that the section starts on the same page.
EvenPage
Specifies that the section starts on the next even page.
NextColumn
Specifies that the section starts on the next column on the page.
NextPage
Specifies that the section starts on the next page.
OddPage
Specifies that the section starts on the next odd page.