Class
InsertDocumentOptions

Holds different options for controlling the insertion of a source RadDocument to a target RadDocument.

Definition

Namespace:Telerik.Windows.Documents.Model.Merging

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class InsertDocumentOptions : MergeDocumentOptionsBase

Inheritance: objectMergeDocumentOptionsBaseInsertDocumentOptions

Inherited Members MergeDocumentOptionsBase.ConflictingStylesResolutionMode

Constructors

InsertDocumentOptions()

Initializes a new instance of the InsertDocumentOptions class.

Declaration

cs-api-definition
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

cs-api-definition
public bool InsertLastParagraphMarker { get; set; }

Property Value

bool

The insert last paragraph marker.