Class RadDocumentMerger
Represents an utility class which is used for merging RadDocument instances at specific positions and their corresponding styles.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Merging
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RadDocumentMerger
Constructors
RadDocumentMerger(RadDocument)
Initializes a new instance of the RadDocumentMerger class.
Declaration
public RadDocumentMerger(RadDocument targetDocument)
Parameters
RadDocument
targetDocument
The target document. |
Properties
Document
Gets the target document.
Declaration
public RadDocument Document { get; }
Property Value
RadDocument
The document. |
Methods
AppendDocument(RadDocument)
Appends the source RadDocument to the target RadDocument end.
Declaration
public void AppendDocument(RadDocument sourceDocument)
Parameters
RadDocument
sourceDocument
The source document. |
AppendDocument(RadDocument, AppendDocumentOptions)
Appends the source RadDocument to the target RadDocument end.
Declaration
public void AppendDocument(RadDocument sourceDocument, AppendDocumentOptions appendDocumentOptions)
Parameters
RadDocument
sourceDocument
The source document. |
AppendDocumentOptions
appendDocumentOptions
The append document options. |
InsertDocument(RadDocument)
Inserts the source RadDocument document at the caret position in the target RadDocument.
Declaration
public void InsertDocument(RadDocument sourceDocument)
Parameters
RadDocument
sourceDocument
The source document. |
InsertDocument(RadDocument, InsertDocumentOptions)
Inserts the source RadDocument document at the caret position in the target RadDocument.
Declaration
public void InsertDocument(RadDocument sourceDocument, InsertDocumentOptions insertDocumentOptions)
Parameters
RadDocument
sourceDocument
The source document. |
InsertDocumentOptions
insertDocumentOptions
The insert document options. |