public class IncCell extends Object implements TextElementArray
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, FOOTNOTE, 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(String tag,
ChainedProperties props)
Creates a new instance of IncCell
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Element o)
Adds an object to the
TextElementArray. |
PdfPCell |
getCell() |
ArrayList<Element> |
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.
|
public IncCell(String tag, ChainedProperties props)
public boolean add(Element o)
TextElementArrayTextElementArray.add in interface TextElementArrayo - an object that has to be addedtrue if the addition succeeded; false otherwisepublic ArrayList<Element> getChunks()
Elementpublic boolean process(ElementListener listener)
Element
ElementListener.public int type()
Elementpublic PdfPCell getCell()
public boolean isContent()
ElementisContent in interface ElementElement.isContent()public boolean isNestable()
ElementisNestable in interface ElementElement.isNestable()Copyright © 2019. All rights reserved.