TdxCustomDocumentCapabilitiesOptions.CharacterFormattingAllowed Method
In This Article
Returns a value indicating whether the font customization feature is available in the current document.
#Declaration
Delphi
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 Character
See Also