com.lowagie.text.html.simpleparser

Class IncCell

Implemented Interfaces:
Element, TextElementArray

public class IncCell
extends java.lang.Object
implements TextElementArray

Author:
psoares

Field Summary

PdfPCell
cell
ArrayList
chunks

Fields inherited from interface com.lowagie.text.Element

ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITTG3_1D, CCITTG3_2D, CCITTG4, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, GRAPHIC, HEADER, IMGRAW, IMGTEMPLATE, JPEG, KEYWORDS, LIST, LISTITEM, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE

Constructor Summary

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

Method Summary

boolean
add(Object o)
Adds an object to the TextElementArray.
PdfPCell
getCell()
ArrayList
getChunks()
boolean
process(ElementListener listener)
int
type()

Field Details

cell

public PdfPCell cell

chunks

public ArrayList chunks

Constructor Details

IncCell

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

Method Details

add

public boolean add(Object o)
Adds an object to the TextElementArray.
Specified by:
add in interface TextElementArray
Parameters:
o - an object that has to be added
Returns:
true if the addition succeeded; false otherwise

getCell

public PdfPCell getCell()

getChunks

public ArrayList getChunks()
Specified by:
getChunks in interface Element

process

public boolean process(ElementListener listener)
Specified by:
process in interface Element

type

public int type()
Specified by:
type in interface Element