Enum BreakType
Defines different break types.
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum BreakType
ColumnBreak
Specifies that the current break shall restart itself on the next column available on the current page of the document.
LineBreak
Specifies that the current break shall restart itself on the next line in the document.
PageBreak
Specifies that the current break shall restart itself on the next page of the document.