@Deprecated public class TableWrapper extends Object implements 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, BODY, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CHAPTER, CHUNK, CREATIONDATE, CREATOR, DIV, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LANGUAGE, LIST, LISTITEM, MARKED, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, SECTION, SUBJECT, TITLE, WRITABLE_DIRECT, YMARK
Constructor and Description |
---|
TableWrapper(Map<String,String> attrs)
Deprecated.
Creates a new instance of IncTable.
|
Modifier and Type | Method and Description |
---|---|
void |
addRow(List<PdfPCell> row)
Deprecated.
Adds a new row to the table.
|
PdfPTable |
createTable()
Deprecated.
Creates a new PdfPTable based on the info assembled in the table stub.
|
List<Chunk> |
getChunks()
Deprecated.
Gets all the chunks in this element.
|
boolean |
isContent()
Deprecated.
Checks if this element is a content object.
|
boolean |
isNestable()
Deprecated.
Checks if this element is nestable.
|
boolean |
process(ElementListener listener)
Deprecated.
Processes the element by adding it (or the different parts) to an ElementListener .
|
void |
setColWidths(float[] colWidths)
Deprecated.
Setter for the column widths
|
int |
type()
Deprecated.
Gets the type of the text element.
|
public void addRow(List<PdfPCell> row)
row
- a list of PdfPCell elements
public void setColWidths(float[] colWidths)
public PdfPTable createTable()
public List<Chunk> getChunks()
Element
public boolean isContent()
Element
public boolean isNestable()
Element
isNestable
in interface Element
public boolean process(ElementListener listener)
Element
ElementListener
.
Copyright © 2016. All rights reserved.