GetTableCellIntProperty
Version history
This function was introduced in Quick PDF Library version 7.14.
Description
Returns an integer property of the specified table cell.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetTableCellIntProperty(TableID, RowNumber,
ColumnNumber, Tag: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetTableCellIntProperty(TableID As Long,
RowNumber As Long, ColumnNumber As Long, Tag As Long) As Long
DLL
int DPLGetTableCellIntProperty(int InstanceID, int TableID, int RowNumber,
int ColumnNumber, int Tag)
Parameters
TableID | A TableID returned by the CreateTable function |
RowNumber | The the row number of the cell. Top row is row number 1. |
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) |