TdxCustomDocumentCapabilitiesOptions.ParagraphsAllowed Method
In This Article
Returns a value indicating whether it is possible to work with paragraph breaks in the active document.
#Declaration
Delphi
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 Paragraphs
See Also