FootnoteUIProvider
Class
Provides the user interface elements and functionality for managing footnotes in documents.
Definition
Namespace:Telerik.Windows.Documents.UI.UIProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FootnoteUIProvider : NoteUIProviderBase, IUIProvider
Inheritance: objectNoteUIProviderBaseFootnoteUIProvider
Implements:
Inherited Members
Constructors
C#
public FootnoteUIProvider(FootnoteRangeStart footnoteStart)
Properties
Represents the starting point for a footnote in the document. This provider manages the footnote UI elements and their interactions.
C#
public FootnoteRangeStart FootnoteStart { get; }
Gets a value indicating whether the footnote has been removed.
C#
public override bool IsRemoved { get; }
Returns true if the footnote is removed; otherwise, false.
Overrides: