FootnoteRangeStart
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Notes
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class FootnoteRangeStart : NoteRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBaseNoteRangeStartBaseFootnoteRangeStart...
Implements:
Inherited Members
Constructors
C#
public FootnoteRangeStart()
Properties
C#
public override string NoteStyleName { get; }
Overrides:
Methods
Creates a LayoutBox for the element.
C#
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
The document collection.
Returns:Overrides:
Creates a new instance of this element.
C#
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
C#
protected override IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
IEnumerable<NoteRangeStartBase>
Overrides:
C#
protected override void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Overrides: