Class
EndnoteUIProvider

Provides user interface functionalities for managing endnotes within the document.

Definition

Constructors

EndnoteUIProvider(EndnoteRangeStart)

Declaration

cs-api-definition
public EndnoteUIProvider(EndnoteRangeStart endnoteStart)

Parameters

endnoteStart

EndnoteRangeStart

Properties

EndnoteStart

Initializes a new instance of the EndnoteStart class,
configuring the provider for handling endnotes in the user interface.

Declaration

cs-api-definition
public EndnoteRangeStart EndnoteStart { get; }

Property Value

EndnoteRangeStart

IsRemoved

Gets a value indicating whether the endnote has been removed from the document.

Declaration

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

Property Value

bool

Overrides NoteUIProviderBase.IsRemoved

Note

Declaration

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

Property Value

Note

Overrides NoteUIProviderBase.Note