SetTableCellTextSize

Diseño de página

Descripción

Esta página documenta SetTableCellTextSize en PDFlibPas dentro del tema Diseño de página. Los nombres de API, parámetros, clases, archivos y valores literales se conservan para coincidir con la biblioteca Delphi y sus puntos de entrada DLL.

Revise la sintaxis, los parámetros y los valores de retorno antes de llamar a la función. La página mantiene los bloques de código originales para que los ejemplos puedan copiarse sin cambios.

Sintaxis

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);

Parámetros

TableIDTableID es un parámetro de SetTableCellTextSize. Use el tipo mostrado en la firma y proporcione un valor coherente con el documento PDF, la página seleccionada o el recurso activo.
FirstRowFirstRow es un parámetro de SetTableCellTextSize. Use el tipo mostrado en la firma y proporcione un valor coherente con el documento PDF, la página seleccionada o el recurso activo.
FirstColumnFirstColumn es un parámetro de SetTableCellTextSize. Use el tipo mostrado en la firma y proporcione un valor coherente con el documento PDF, la página seleccionada o el recurso activo.
LastRowLastRow es un parámetro de SetTableCellTextSize. Use el tipo mostrado en la firma y proporcione un valor coherente con el documento PDF, la página seleccionada o el recurso activo.
LastColumnLastColumn es un parámetro de SetTableCellTextSize. Use el tipo mostrado en la firma y proporcione un valor coherente con el documento PDF, la página seleccionada o el recurso activo.
NewTextSizeNewTextSize define una coordenada, dimensión o medida en las unidades actuales de la página.