TdxCustomDocumentCapabilitiesOptions.ParagraphFramesAllowed Method
Returns a value indicating whether it is possible to encase paragraphs into frames in the active rich text document.
Declaration
function ParagraphFramesAllowed: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
If the function returns True, an end-user can create framed paragraphs in the current document. If the ParagraphFramesAllowed function returns False, the paragraph frames are not available.
Note
The ParagraphFramesAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change paragraph frame availability, use the ParagraphFrames property instead.
See Also