FieldRangeEnd
Class
Represents the end of a field range in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FieldRangeEnd : FieldRangeEndBase, IFieldRangeMarker
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndFieldRangeEndBaseFieldRangeEnd...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FieldRangeEnd class.
C#
public FieldRangeEnd()
Properties
Gets the FieldRangeStart associated to this instance.
C#
public FieldRangeStart FieldRangeStart { get; }
The field range start.
Methods
Copies the content from another FieldRangeEnd.
C#
protected override void CopyContentFromOverride(DocumentElement fromElement)
The FieldRangeEnd to copy the content from.
Overrides:
Creates a new instance of this element.
C#
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
Creates the range start instance.
C#
protected override AnnotationRangeStart CreateRangeStartInstance()
The created FieldRangeStart.
Overrides: