Skip to main content

TdxCustomDocumentCapabilitiesOptions.CharacterStyleAllowed Method

Returns a value indicating whether styles can be applied to a character.

Declaration

function CharacterStyleAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If this function returns True, an end-user can apply styles to text within the active document. If the CharacterStyleAllowed function returns False, the styles feature is not available.

Note

The CharacterStyleAllowed 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 styles feature, use the CharaterStyle property instead.

See Also