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

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

Introduction

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

The text is from its open source code.

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.