Skip to main content

TdxCustomDocumentCapabilitiesOptions.TableStyleAllowed Method

Returns a value indicating whether styles can be applied to a table in the current document.

Declaration

function TableStyleAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can apply styles to tables inserted into the active document. If the TableStyleAllowed function returns False, the table styles are not available.

Note

The TableStyleAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the end-user capability to apply styles to tables, use the TableStyle property instead.

See Also