TXTextControl.FootnoteDelete Method

This method removes a footnote from the document.

Introduced: 32.0.

Syntax

TXTextControl.FootnoteDelete FootnoteId
Parameter Description
FootnoteId

Specifies a footnote identifier.

Return Value

The return value is True, if the footnote could be removed. Otherwise, it is False.

Data Types

FootnoteId: Long
Return value: Boolean

See Also