FootnoteRangeEnd
Class
Represents the end of a footnote range in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Notes
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FootnoteRangeEnd : NoteRangeEndBase
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndFieldRangeEndBaseMarkRangeEndBaseNoteRangeEndBaseFootnoteRangeEnd...
Inherited Members
Constructors
C#
public FootnoteRangeEnd()
Methods
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 AnnotationRangeStart.
Overrides: