Class SectionPropertiesResolutionMode
Describes possible types of resolution when sections are merged during RadDocument merging.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Merging
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class SectionPropertiesResolutionMode : Enum
Fields
NoSectionBreak
Inserts the document elements from the source Section into the target without a preceding SectionBreakType.
Declaration
public const SectionPropertiesResolutionMode NoSectionBreak
Field Value
SectionPropertiesResolutionMode
|
Source
Inserts a SectionBreakType as it is defined in the source Section and preserves its SectionProperties.
Declaration
public const SectionPropertiesResolutionMode Source
Field Value
SectionPropertiesResolutionMode
|
SourceStartContinuous
Inserts a Continuous and preserves the SectionProperties of the source Section.
Declaration
public const SectionPropertiesResolutionMode SourceStartContinuous
Field Value
SectionPropertiesResolutionMode
|
SourceStartOnEvenPage
Inserts a EvenPage and preserves the SectionProperties of the source Section.
Declaration
public const SectionPropertiesResolutionMode SourceStartOnEvenPage
Field Value
SectionPropertiesResolutionMode
|
SourceStartOnNextPage
Inserts a NextPage and preserves the SectionProperties of the source Section.
Declaration
public const SectionPropertiesResolutionMode SourceStartOnNextPage
Field Value
SectionPropertiesResolutionMode
|
SourceStartOnOddPage
Inserts a OddPage and preserves the SectionProperties of the source Section.
Declaration
public const SectionPropertiesResolutionMode SourceStartOnOddPage
Field Value
SectionPropertiesResolutionMode
|
Target
Inserts a SectionBreakType as it is defined in the source Section and copies the SectionProperties from the target Section.
Declaration
public const SectionPropertiesResolutionMode Target
Field Value
SectionPropertiesResolutionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|