SetTableCellTag

Tables

Description

Associates Tagged PDF accessibility structure properties with a specific table cell

Syntax

Delphi

Function TPDFlib.SetTableCellTag(TableID, RowNumber, ColumnNumber: Integer; Const StructureType, Scope, ElemID, Headers: WideString): Integer;

Parameters

TableIDThe ID of the target table
RowNumberThe row index of the target cell
ColumnNumberThe column index of the target cell
StructureTypeThe Tagged PDF structure element type (e.g., TH, TD)
ScopeThe scope of a header cell (e.g., row, col, or rowgroup)
ElemIDThe optional unique ID to assign to the structure element
HeadersA space-separated list of header ID strings associated with this cell

Return values

1 if the properties were successfully associated, or 0 on error