Class MergeDocumentOptionsBase
Represents an abstract class which holds different options for controlling the merging
of a source Rad
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Merging
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class MergeDocumentOptionsBase
Constructors
MergeDocumentOptionsBase()
Initializes a new instance of the Merge
Declaration
public MergeDocumentOptionsBase()
Properties
ConflictingStylesResolutionMode
Gets or sets the mode used for resolving conflicts between styles with same names.
The default value is Rename
Declaration
public ConflictingStylesResolutionMode ConflictingStylesResolutionMode { get; set; }
Property Value
Conflicting The conflicting styles resolution mode. |