Enum
BreakType

Specifies where content resumes after a break element (next line, column, or page).

Definition

Namespace:Telerik.Windows.Documents.Flow.Model

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum BreakType

Fields

ColumnBreak

Specifies that the current break shall restart itself on the next column available on the current page of the document.

Declaration

cs-api-definition
ColumnBreak = 2

Field Value

BreakType

LineBreak

Specifies that the current break shall restart itself on the next line in the document.

Declaration

cs-api-definition
LineBreak = 0

Field Value

BreakType

PageBreak

Specifies that the current break shall restart itself on the next page of the document.

Declaration

cs-api-definition
PageBreak = 1

Field Value

BreakType

In this article
DefinitionFieldsColumnBreakLineBreakPageBreak
Not finding the help you need?
Contact Support