GetTableCellDblProperty
Version history
This function was introduced in Quick PDF Library version 7.14.
Description
Returns a numeric property of the specified table cell.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetTableCellDblProperty(TableID, RowNumber,
ColumnNumber, Tag: Integer): Double;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetTableCellDblProperty(TableID As Long,
RowNumber As Long, ColumnNumber As Long, Tag As Long) As Double
DLL
double DPLGetTableCellDblProperty(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 |
101 to 104 = Left, top, width and height of cell 105 = Text size 106 = Red or cyan component of the background color 107 = Green or magenta component of the background color 108 = Blue or yellow component of the background color 109 = Black component of the background color 110 = Red or cyan component of the text color 111 = Green or magenta component of the text color 112 = Blue or yellow component of the text color 113 = Black component of the text color 114 to 117 = Red or cyan component of the left, top, right and bottom border 118 to 121 = Green or magenta component of the left, top, right and bottom border 122 to 125 = Blue or yellow component of the left, top, right and bottom border 126 to 129 = Black component of the left, top, right and bottom border 130 to 133 = Padding of the edge next to the left, top, right and bottom border 134 to 137 = Width of the left, top, right and bottom border |