EndnoteRangeStart
Class
Represents the starting point of an endnote range in a document.
Definition
Namespace:Telerik.Windows.Documents.Model.Notes
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class EndnoteRangeStart : NoteRangeStartBase
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBaseNoteRangeStartBaseEndnoteRangeStart...
Inherited Members
Constructors
C#
public EndnoteRangeStart()
Properties
Gets or sets the style name of the note associated with the endnote range start.
C#
public override string NoteStyleName { get; }
A string representing the style name of the note.
Overrides:
Methods
Creates a new instance of this element.
C#
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
C#
protected override IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
Overrides:
C#
protected override void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Overrides: