TdxCustomDocumentCapabilitiesOptions.ParagraphStyleAllowed Method
Returns a value indicating whether it is possible to apply styles to a paragraph within the active document.
Declaration
function ParagraphStyleAllowed: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
If the function returns True, an end-user can assign and/or change paragraph styles. If the ParagraphStyleAllowed function returns False, the paragraph style feature is disabled.
Note
The ParagraphStyleAllowed 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 paragraph style feature, use the ParagraphStyle property instead.
See Also