TdxDocumentCapabilitiesOptions.HeadersFooters Property
In This Article
Specifies the state of UI elements linked to the header and footer editing commands.
#Declaration
Delphi
property HeadersFooters: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
#Property Value
Type | Default |
---|---|
Tdx |
Default |
#Remarks
Commands affected by the HeadersFooters property value include:
For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.
The default value of the HeadersFooters property is TdxDocumentCapability.Default.
See Also