TdxDocumentCapabilitiesOptions.ParagraphStyle Property
Specifies if a style can be applied to a paragraph.
Declaration
property ParagraphStyle: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | 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