Class FootnoteRangeStart
Represents the start of a footnote range in a document.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Notes
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class FootnoteRangeStart : NoteRangeStartBase
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
System.String
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
DocumentStructureCollection
documentCollection
The document structure collection that contains the relevant document elements. |
Returns
LayoutBox
A layout box representing the footnote range start. |
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|
Overrides
GetNotesCollection(RadDocument)
Declaration
protected override IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
Parameters
RadDocument
doc
|
Returns
System.Collections.Generic.IEnumerable<NoteRangeStartBase>
|
Overrides
GetNoteSettings(Section, out NumberingRestartType, out ListNumberingFormat, out Int32)
Declaration
protected override void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Parameters
Section
section
|
NumberingRestartType
restartType
|
ListNumberingFormat
numberingFormat
|
System.Int32
notesFirstNumber
|