Skip to main content

TdxCustomDocumentCapabilitiesOptions.ParagraphFormattingAllowed Method

Returns a value indicating whether it is possible to perform paragraph formatting in the active document.

Declaration

function ParagraphFormattingAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can divide document contents into paragraphs. If the ParagraphFormattingAllowed function returns False, the paragraph formatting feature is disabled.

Note

The ParagraphFormattingAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the state of the paragraph formatting functionality, use the ParagraphFormatting property instead.

See Also