Enum
ConflictingStylesResolutionMode

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:

cs-api-definition
public enum ConflictingStylesResolutionMode

Fields

RenameSourceStyle

Renames the source style to avoid conflicts, preserving both the source's visual appearance and the target's existing style.

Declaration

cs-api-definition
RenameSourceStyle = 1

Field Value

ConflictingStylesResolutionMode

UseTargetStyle

Applies the target document's existing style when a name conflict occurs, maintaining the target's visual consistency.

Declaration

cs-api-definition
UseTargetStyle = 0

Field Value

ConflictingStylesResolutionMode

In this article
DefinitionFieldsRenameSourceStyleUseTargetStyle
Not finding the help you need?
Contact Support