Skip to main content

TdxCustomDocumentCapabilitiesOptions.FootNotesAllowed Method

Returns a value indicating whether footnotes can be created in the active document.

Declaration

function FootNotesAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can add and mange footnotes within the current document. If the FootNotesAllowed function returns False, the footnotes feature is not available.

Note

The FootNotesAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the availability of the footnotes feature, use the FootNotes property instead.

See Also