TdxCustomDocumentCapabilitiesOptions.HeadersFootersAllowed Method
Returns a value indicating whether the headers and footers can be created in the active document.
Declaration
function HeadersFootersAllowed: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
If the function returns True, an end-user can create headers and footers within the current document. If the HeadersFootersAllowed function returns False, the headers and footers are not available.
Note
The HeadersFootersAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the availability of document headers and footers, use the HeadersFooters property instead.
See Also