Skip to main content

TdxCustomDocumentCapabilitiesOptions.ParagraphsAllowed Method

Returns a value indicating whether it is possible to work with paragraph breaks in the active document.

Declaration

function ParagraphsAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can insert paragraph breaks into a text within the current document. If the ParagraphsAllowed function returns False, the paragraph breaks are not available.

Note

The ParagraphsAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the paragraph breaks availability, use the Paragraphs property instead.

See Also