Defines strategies for resolving style name conflicts during RadFlowDocument insertion or merging operations.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum ConflictingStylesResolutionMode
Fields
Renames the source style to avoid conflicts, preserving both the source's visual appearance and the target's existing style.
C#
RenameSourceStyle = 1
Applies the target document's existing style when a name conflict occurs, maintaining the target's visual consistency.
C#
UseTargetStyle = 0