Class MergeOptions
Holds different options for controlling merge operation invoked from Merge(RadFlowDocument, MergeOptions) method.
Inheritance
System.Object
MergeOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class MergeOptions
Constructors
MergeOptions()
Declaration
public MergeOptions()
Properties
ConflictingStylesResolutionMode
Gets or sets the mode used for resolving conflicts between styles with same IDs.
Declaration
public ConflictingStylesResolutionMode ConflictingStylesResolutionMode { get; set; }
Property Value
ConflictingStylesResolutionMode
The conflicting styles resolution mode. |