InsertRangeStart
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
Initializes a new instance of the InsertRangeStart class.
public InsertRangeStart()
Methods
Copies the content from another Inline.
protected override void CopyContentFromOverride(DocumentElement fromElement)
The Inline to copy the content from.
Exceptions:fromElement must not be null.
Cannot copy content to element itself.
Overrides:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
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.
public override RevisionRangeEnd CreatePairedEnd()
A new instance of RevisionRangeEnd that corresponds to the start of the inserted range.
Overrides: