Class InsertDocumentOptions
Holds different options for controlling the insertion of a source RadDocument to a target RadDocument.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Merging
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertDocumentOptions : MergeDocumentOptionsBase
Constructors
InsertDocumentOptions()
Initializes a new instance of the InsertDocumentOptions class.
Declaration
public InsertDocumentOptions()
Properties
InsertLastParagraphMarker
Gets or sets whether the formatting from the last paragraph in the source RadDocument 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. |