ClassEndnoteRangeStart
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:
cs-api-definition
public class EndnoteRangeStart : NoteRangeStartBase
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBaseNoteRangeStartBaseEndnoteRangeStart
Inherited Members
Constructors
EndnoteRangeStart()
Declaration
cs-api-definition
public EndnoteRangeStart()
Properties
NoteStyleName
Gets or sets the style name of the note associated with the endnote range start.
Declaration
cs-api-definition
public override string NoteStyleName { get; }
Property Value
A string representing the style name of the note.
Overrides
Methods
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
cs-api-definition
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
GetNoteSettings(Section, out NumberingRestartType, out ListNumberingFormat, out int)
Declaration
cs-api-definition
protected override void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Parameters
section
restartType
numberingFormat
notesFirstNumber
Overrides
GetNotesCollection(RadDocument)
Declaration
cs-api-definition
protected override IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
Parameters
doc
Returns
Overrides