FootnoteRangeStart
Represents the start of a footnote range in a document.
Definition
Namespace:Telerik.Windows.Documents.Model.Notes
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FootnoteRangeStart : NoteRangeStartBase
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBaseNoteRangeStartBaseFootnoteRangeStart...
Inherited Members
Constructors
public FootnoteRangeStart()
Properties
Gets or sets the style name of the footnote associated with the footnote range start.
public override string NoteStyleName { get; }
A string that represents the name of the note style. This value can be used to determine how the footnote is formatted.
Overrides:
Methods
Creates a layout box for the footnote range start.
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
The document structure collection that contains the relevant document elements.
Returns:A layout box representing the footnote range start.
Overrides:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
protected override IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
Overrides:
protected override void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Overrides: