ClassDeleteRangeStart
Represents the start of a range deletion in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class DeleteRangeStart : RevisionRangeStart
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartRevisionRangeStartDeleteRangeStart
Inherited Members
Constructors
DeleteRangeStart()
Declaration
public DeleteRangeStart()
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 delete range start revision element.
Declaration
public override RevisionRangeEnd CreatePairedEnd()
Returns
A new instance of the paired end revision element.
Overrides