Java com.lowagie.text.pdf PdfPRow fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfPRow fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf PdfPRow.

The text is from its open source code.

Field

floatBOTTOM_LIMIT
the bottom limit (bottom right y)

Constructor

PdfPRow(PdfPCell cells[])
Constructs a new PdfPRow with the cells in the array that was passed as a parameter.
PdfPRow(PdfPRow row)
Makes a copy of an existing row.

Method

PdfPCell[]getCells()
Returns the array of cells in the row.
floatgetMaxHeights()
Gets the maximum height of the row (i.e.
voidsetMaxHeights(float maxHeight)
Changes the maximum height of the row (to make it higher).
booleansetWidths(float widths[])
Sets the widths of the columns in the row.