EnumSectionPropertiesResolutionMode
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:
public enum SectionPropertiesResolutionMode
Fields
NoSectionBreak
Inserts the document elements from the source Section into the target without a preceding SectionBreakType.
Source
Inserts a SectionBreakType as it is defined in the source Section and preserves its SectionProperties.
SourceStartContinuous
Inserts a Continuous and preserves the SectionProperties of the source Section.
SourceStartOnEvenPage
Inserts a EvenPage and preserves the SectionProperties of the source Section.
SourceStartOnNextPage
Inserts a NextPage and preserves the SectionProperties of the source Section.
SourceStartOnOddPage
Inserts a OddPage and preserves the SectionProperties of the source Section.
Target
Inserts a SectionBreakType as it is defined in the source Section and copies the SectionProperties from the target Section.