SetTableCellTextSize

Page layout

Description

Sets the default text size of one or more cells.

Syntax

Delphi

function TPDFlib.SetTableCellTextSize(TableID, FirstRow, FirstColumn, LastRow, LastColumn: Integer; NewTextSize: Double): Integer;

ActiveX

Function PDFlib::SetTableCellTextSize(TableID As Long, FirstRow As Long, FirstColumn As Long, LastRow As Long, LastColumn As Long, NewTextSize As Double) As Long

DLL

int DLSetTableCellTextSize(int InstanceID, int TableID, int FirstRow, int FirstColumn, int LastRow, int LastColumn, double NewTextSize);

Parameters

TableIDA TableID returned by the CreateTable function
FirstRowThe the number of the first row to set. Top row is row number 1.
FirstColumnThe the number of the first column to set. Left most column is column number 1.
LastRowThe number of the final row to set
LastColumnThe number of the final column to set
NewTextSizeThe new text size for the specified cell range double NewTextSize);