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