Class InsertDocumentOptions
Holds different options for controlling the insertion of a source Rad
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 Insert
Declaration
public InsertDocumentOptions()
Properties
ConflictingStylesResolutionMode
Gets or sets the mode used for resolving conflicts between styles with same IDs.
The default value is Rename
Declaration
public ConflictingStylesResolutionMode ConflictingStylesResolutionMode { get; set; }
Property Value
Conflicting The conflicting styles resolution mode. |
InsertLastParagraphMarker
Gets or sets whether the formatting from the last paragraph in the source Rad
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. The insert last paragraph marker. |