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
| TableID | The ID of the target table |
|---|---|
| RowNumber | The row index of the target cell |
| ColumnNumber | The column index of the target cell |
| StructureType | The Tagged PDF structure element type (e.g., TH, TD) |
| Scope | The scope of a header cell (e.g., row, col, or rowgroup) |
| ElemID | The optional unique ID to assign to the structure element |
| Headers | A space-separated list of header ID strings associated with this cell |
Return values
1 if the properties were successfully associated, or 0 on error