Class SectionPropertiesResolutionMode
Describes possible types of resolution when sections are merged during Rad
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 Section
Declaration
public const SectionPropertiesResolutionMode NoSectionBreak
Field Value
Source
Inserts a Section
Declaration
public const SectionPropertiesResolutionMode Source
Field Value
SourceStartContinuous
Inserts a Continuous and preserves the
Section
Declaration
public const SectionPropertiesResolutionMode SourceStartContinuous
Field Value
SourceStartOnEvenPage
Inserts a Even
Declaration
public const SectionPropertiesResolutionMode SourceStartOnEvenPage
Field Value
SourceStartOnNextPage
Inserts a Next
Declaration
public const SectionPropertiesResolutionMode SourceStartOnNextPage
Field Value
SourceStartOnOddPage
Inserts a Odd
Declaration
public const SectionPropertiesResolutionMode SourceStartOnOddPage
Field Value
Target
Inserts a Section
Declaration
public const SectionPropertiesResolutionMode Target
Field Value
value__
Declaration
public int value__
Field Value
System.
|