GetTableCellIntProperty
Page layout
Description
Returns an integer property of the specified table cell.
Syntax
Delphi
function TPDFlib.GetTableCellIntProperty(TableID, RowNumber, ColumnNumber, Tag: Integer): Integer;ActiveX
Function PDFlib::GetTableCellIntProperty(TableID As Long, RowNumber As Long, ColumnNumber As Long, Tag As Long) As LongDLL
int DLGetTableCellIntProperty(int InstanceID, int TableID, int RowNumber, int ColumnNumber, int Tag);Parameters
| TableID | A TableID returned by the CreateTable function The the row number of the cell. Top row is row number 1. |
|---|---|
| RowNumber | |
| ColumnNumber | The the column number of the cell. Left most column is column number 1. |
| Tag | 201 = Cell alignment (see the SetTableCellAlignment function) 202 = Merged cell row span 203 = Merged cell column span 204 = Number of color components in the background color (3 for RGB, 4 for CMYK) 205 = Number of color components in the text color (3 for RGB, 4 for CMYK) 206 to 209 = Number of color components in the left, top, right and bottom border color (3 for RGB, 4 for CMYK) |