TdxCustomDocumentCapabilitiesOptions.CharacterFormattingAllowed Method
Returns a value indicating whether the font customization feature is available in the current document.
Declaration
function CharacterFormattingAllowed: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
If this function returns True, an end-user can customize font properties within the active document. If the CharacterFormattingAllowed function returns False, customization of the font parameters is not available.
Note
The CharacterFormattingAllowed 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 font customization feature, use the CharacterFormatting property instead.
See Also