Enum SectionPropertiesResolutionMode
Describes possible types of resolution when sections are merged during RadDocument merging.
Namespace: Telerik.WinForms.Documents.Model.Merging
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum SectionPropertiesResolutionMode
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.