Skip to main content

TdxCustomDocumentCapabilitiesOptions.TableCellStyleAllowed Method

Returns a value indicating whether styles can be applied to individual cells within a table.

Declaration

function TableCellStyleAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can apply a style to an individual cell within a table in the active document. If the TableCellStyleAllowed function returns False, it is not possible to apply styles to table cells individually.

Note

The TableCellStyleAllowed 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 customize individual table cell styles, use the TableCellStyle property instead.

See Also