com.lowagie.text.html.simpleparser
public class IncCell extends Object implements TextElementArray
| Field Summary | |
|---|---|
| PdfPCell | cell |
| ArrayList | chunks |
| Constructor Summary | |
|---|---|
| IncCell(String tag, ChainedProperties props) Creates a new instance of IncCell | |
| Method Summary | |
|---|---|
| boolean | add(Object o) |
| PdfPCell | getCell() |
| ArrayList | getChunks() |
| boolean | isContent() |
| boolean | isNestable() |
| boolean | process(ElementListener listener) |
| int | type() |
Since: iText 2.0.8
See Also: isContent
Since: iText 2.0.8
See Also: isNestable