ClassInsertRangeStart
Represents the start of an inserted range in a document.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class InsertRangeStart : RevisionRangeStart
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartRevisionRangeStartInsertRangeStart
Inherited Members
Constructors
InsertRangeStart()
Initializes a new instance of the InsertRangeStart class.
Declaration
public InsertRangeStart()
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
The Inline to copy the content from.
Exceptions
fromElement must not be null.
Cannot copy content to element itself.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
CreatePairedEnd()
Creates a paired end for the inserted range. This method is typically used to establish a matching end point for a range of revisions in a document.
Declaration
public override RevisionRangeEnd CreatePairedEnd()
Returns
A new instance of RevisionRangeEnd that corresponds to the start of the inserted range.
Overrides