DeleteRangeStart
Class
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:
C#
public class DeleteRangeStart : RevisionRangeStart
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartRevisionRangeStartDeleteRangeStart...
Inherited Members
Constructors
C#
public DeleteRangeStart()
Methods
Copies the content from another Inline.
C#
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.
C#
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
Creates a paired end for the delete range start revision element.
C#
public override RevisionRangeEnd CreatePairedEnd()
A new instance of the paired end revision element.
Overrides: