com.lowagie.text.html.simpleparser

Class IncCell

public class IncCell extends Object implements TextElementArray

Author: psoares

Field Summary
PdfPCellcell
ArrayListchunks
Constructor Summary
IncCell(String tag, ChainedProperties props)
Creates a new instance of IncCell
Method Summary
booleanadd(Object o)
PdfPCellgetCell()
ArrayListgetChunks()
booleanisContent()
booleanisNestable()
booleanprocess(ElementListener listener)
inttype()

Field Detail

cell

private PdfPCell cell

chunks

private ArrayList chunks

Constructor Detail

IncCell

public IncCell(String tag, ChainedProperties props)
Creates a new instance of IncCell

Method Detail

add

public boolean add(Object o)

getCell

public PdfPCell getCell()

getChunks

public ArrayList getChunks()

isContent

public boolean isContent()

Since: iText 2.0.8

See Also: isContent

isNestable

public boolean isNestable()

Since: iText 2.0.8

See Also: isNestable

process

public boolean process(ElementListener listener)

type

public int type()