public class IncCell extends java.lang.Object implements TextElementArray
Modifier and Type | Field and Description |
---|---|
private PdfPCell |
cell |
private java.util.ArrayList |
chunks |
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK
Constructor and Description |
---|
IncCell(java.lang.String tag,
ChainedProperties props)
Creates a new instance of IncCell
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(java.lang.Object o)
Adds an object to the
TextElementArray . |
PdfPCell |
getCell() |
java.util.ArrayList |
getChunks()
Gets all the chunks in this element.
|
boolean |
isContent()
Checks if this element is a content object.
|
boolean |
isNestable()
Checks if this element is nestable.
|
boolean |
process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener . |
int |
type()
Gets the type of the text element.
|
private java.util.ArrayList chunks
private PdfPCell cell
public IncCell(java.lang.String tag, ChainedProperties props)
public boolean add(java.lang.Object o)
TextElementArray
TextElementArray
.add
in interface TextElementArray
o
- an object that has to be addedtrue
if the addition succeeded; false
otherwisepublic java.util.ArrayList getChunks()
Element
public boolean process(ElementListener listener)
Element
ElementListener
.public int type()
Element
public PdfPCell getCell()
public boolean isContent()
Element
isContent
in interface Element
Element.isContent()
public boolean isNestable()
Element
isNestable
in interface Element
Element.isNestable()