GetTableCellDblProperty

Page layout

Description

Returns a numeric property of the specified table cell.

Syntax

Delphi

function TPDFlib.GetTableCellDblProperty(TableID, RowNumber, ColumnNumber, Tag: Integer): Double;

ActiveX

Function PDFlib::GetTableCellDblProperty(TableID As Long, RowNumber As Long, ColumnNumber As Long, Tag As Long) As Double

DLL

double DLGetTableCellDblProperty(int InstanceID, int TableID, int RowNumber, int ColumnNumber, int Tag);

Parameters

TableIDA TableID returned by the CreateTable function The the row number of the cell. Top row is row number 1.
RowNumber
ColumnNumberThe the column number of the cell. Left most column is column number 1.
Tag101 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