ClassFootnoteRangeStart
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
FootnoteRangeStart()
Declaration
public FootnoteRangeStart()
Properties
NoteStyleName
Gets or sets the style name of the footnote associated with the footnote range start.
Declaration
public override string NoteStyleName { get; }
Property Value
A string that represents the name of the note style. This value can be used to determine how the footnote is formatted.
Overrides
Methods
CreateLayoutBox(DocumentStructureCollection)
Creates a layout box for the footnote range start.
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
documentCollection
The document structure collection that contains the relevant document elements.
Returns
A layout box representing the footnote range start.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
GetNoteSettings(Section, out NumberingRestartType, out ListNumberingFormat, out int)
Declaration
protected override void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Parameters
section
restartType
numberingFormat
notesFirstNumber
Overrides
GetNotesCollection(RadDocument)
Declaration
protected override IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
Parameters
doc
Returns
Overrides