New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class InsertDocumentOptions : MergeDocumentOptionsBase

Inheritance: objectMergeDocumentOptionsBaseInsertDocumentOptions

Inherited Members MergeDocumentOptionsBase.ConflictingStylesResolutionMode

Constructors

Initializes a new instance of the InsertDocumentOptions class.

C#
public InsertDocumentOptions()

Properties

        Gets or sets whether the formatting from the last paragraph in the source <xref href="Telerik.Windows.Documents.Model.RadDocument" data-throw-if-not-resolved="false"></xref> should be obtained.

        <p>If the value is 
csharp
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

csharp
true

.

C#
public bool InsertLastParagraphMarker { get; set; }
Property Value:

The insert last paragraph marker.