Class
FootnoteUIProvider

Provides the user interface elements and functionality for managing footnotes in documents.

Definition

Constructors

FootnoteUIProvider(FootnoteRangeStart)

Declaration

cs-api-definition
public FootnoteUIProvider(FootnoteRangeStart footnoteStart)

Parameters

footnoteStart

FootnoteRangeStart

Properties

FootnoteStart

Represents the starting point for a footnote in the document. This provider manages the footnote UI elements and their interactions.

Declaration

cs-api-definition
public FootnoteRangeStart FootnoteStart { get; }

Property Value

FootnoteRangeStart

IsRemoved

Gets a value indicating whether the footnote has been removed.

Declaration

cs-api-definition
public override bool IsRemoved { get; }

Property Value

bool

Returns true if the footnote is removed; otherwise, false.

Overrides NoteUIProviderBase.IsRemoved

Note

Declaration

cs-api-definition
protected override Note Note { get; }

Property Value

Note

Overrides NoteUIProviderBase.Note