ClassDeleteRangeEnd
Class
Represents the end of a range deletion in the document revisions model.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class DeleteRangeEnd : RevisionRangeEnd
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndRevisionRangeEndDeleteRangeEnd
Inherited Members
Constructors
DeleteRangeEnd()
Declaration
cs-api-definition
public DeleteRangeEnd()
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
cs-api-definition
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
cs-api-definition
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
CreateRangeStartInstance()
Creates the range start instance.
Declaration
cs-api-definition
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
The created AnnotationRangeStart.
Overrides