TdxDocumentCapabilitiesOptions.TableStyle Property
Specifies if an end-user can apply styles to a table.
Declaration
property TableStyle: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
Use this property to allow or forbid applying styles to a table.
For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.
The default value of the TableStyle property is TdxDocumentCapability.Default.
See Also