Class InsertRangeStart
Represents the start of an inserted range in a document.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class InsertRangeStart : RevisionRangeStart
Constructors
InsertRangeStart()
Methods
CopyContentFromOverride(DocumentElement)
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|
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
RevisionRangeEnd
A new instance of RevisionRangeEnd that corresponds to the start of the inserted range. |