Enum
SectionPropertiesResolutionMode

Describes possible types of resolution when sections are merged during RadDocument merging.

Definition

Namespace:Telerik.Windows.Documents.Model.Merging

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum SectionPropertiesResolutionMode

Fields

NoSectionBreak

Inserts the document elements from the source Section into the target without a preceding SectionBreakType.

Declaration

cs-api-definition
NoSectionBreak = 0

Field Value

SectionPropertiesResolutionMode

Source

Inserts a SectionBreakType as it is defined in the source Section and preserves its SectionProperties.

Declaration

cs-api-definition
Source = 1

Field Value

SectionPropertiesResolutionMode

SourceStartContinuous

Inserts a Continuous and preserves the SectionProperties of the source Section.

Declaration

cs-api-definition
SourceStartContinuous = 6

Field Value

SectionPropertiesResolutionMode

SourceStartOnEvenPage

Inserts a EvenPage and preserves the SectionProperties of the source Section.

Declaration

cs-api-definition
SourceStartOnEvenPage = 4

Field Value

SectionPropertiesResolutionMode

SourceStartOnNextPage

Inserts a NextPage and preserves the SectionProperties of the source Section.

Declaration

cs-api-definition
SourceStartOnNextPage = 3

Field Value

SectionPropertiesResolutionMode

SourceStartOnOddPage

Inserts a OddPage and preserves the SectionProperties of the source Section.

Declaration

cs-api-definition
SourceStartOnOddPage = 5

Field Value

SectionPropertiesResolutionMode

Target

Inserts a SectionBreakType as it is defined in the source Section and copies the SectionProperties from the target Section.

Declaration

cs-api-definition
Target = 2

Field Value

SectionPropertiesResolutionMode