Class ConflictingStylesResolutionMode
Describes possible types of conflict resolution when style repositories are merged during RadDocument merging.
Inheritance
System.Object
ConflictingStylesResolutionMode
Namespace: Telerik.Windows.Documents.Model.Merging
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class ConflictingStylesResolutionMode : Enum
Fields
RenameSourceStyle
Style of the source document will be renamed and used.
Declaration
public const ConflictingStylesResolutionMode RenameSourceStyle
Field Value
ConflictingStylesResolutionMode
|
UseTargetStyle
Style of the target document will be used.
Declaration
public const ConflictingStylesResolutionMode UseTargetStyle
Field Value
ConflictingStylesResolutionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|