TdxDocumentCapabilitiesOptions.FootNotes Property
Specifies if the footnotes feature is available to an end-user.
Declaration
property FootNotes: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
Use this property to allow or forbid displaying and editing footnotes in documents opened in the Rich Edit control.
For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.
The default value of the FootNotes property is TdxDocumentCapability.Default.
See Also