TdxDocumentCapabilitiesOptions.ParagraphStyle Property
In This Article
Specifies if a style can be applied to a paragraph.
#Declaration
Delphi
property ParagraphStyle: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
#Property Value
Type | Default |
---|---|
Tdx |
Default |
#Remarks
Use this property to allow or forbid to applying styles to a paragraph.
For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.
The default value of the ParagraphStyle property is TdxDocumentCapability.Default.
See Also