Class InsertDocumentOptions
Holds different options for controlling the insertion of a source RadFlowDocument to a target RadFlowDocument.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Editing
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class InsertDocumentOptions
Constructors
InsertDocumentOptions()
Initializes a new instance of the InsertDocumentOptions class.
Declaration
public InsertDocumentOptions()
Properties
ConflictingStylesResolutionMode
Gets or sets the mode used for resolving conflicts between styles with same IDs.
The default value is RenameSourceStyle.
Declaration
public ConflictingStylesResolutionMode ConflictingStylesResolutionMode { get; set; }
Property Value
ConflictingStylesResolutionMode
The conflicting styles resolution mode. |
InsertLastParagraphMarker
Gets or sets whether the formatting from the last paragraph in the source RadFlowDocument should be obtained.
If the value is
true
, then a new paragraph with same formatting will be inserted.
Otherwise, only the inlines from that paragraph will be inserted.
The default value is
true
.
Declaration
public bool InsertLastParagraphMarker { get; set; }
Property Value
System.Boolean
The insert last paragraph marker. |