Java com.itextpdf.layout.element Cell fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.layout.element Cell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.layout.element Cell.

The text is from its open source code.

Constructor

Cell()
Creates a cell.
Cell(int rowspan, int colspan)
Creates a cell which takes a custom amount of cell spaces in the table.

Method

Celladd(IBlockElement element)
Adds any block element to the cell's contents.
Celladd(Image element)
Adds an image to the cell's contents.