| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList |
cells
this is the ArrayList with all the cells in the table.
|
private int |
columns
this is the number of columns in the table.
|
private java.util.ArrayList |
headercells
this is the ArrayList with all the cell of the table header.
|
protected float[] |
positions
Cached column widths.
|
protected Table |
table
Original table used to build this object
|
backgroundColor, border, borderColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, LEFT, llx, lly, NO_BORDER, RIGHT, rotation, TOP, UNDEFINED, urx, ury, useVariableBordersALIGN_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 |
|---|
PdfTable(Table table,
float left,
float right,
float top)
Constructs a
PdfTable-object. |
| Modifier and Type | Method and Description |
|---|---|
(package private) float |
cellpadding()
Returns the cellpadding of the table.
|
(package private) float |
cellspacing()
Returns the cellspacing of the table.
|
(package private) int |
columns()
Returns the number of columns of the table.
|
(package private) java.util.ArrayList |
getCells()
Returns the arraylist with the cells of the table.
|
(package private) java.util.ArrayList |
getHeaderCells()
Returns the arraylist with the cells of the table header.
|
float |
getOffset()
Gets the offset of this table.
|
(package private) boolean |
hasHeader()
Checks if there is a table header.
|
boolean |
hasToFitPageCells()
Checks if the cells of this
Table have to fit a page. |
boolean |
hasToFitPageTable()
Checks if this
Table has to fit a page. |
(package private) int |
rows()
Get the number of rows
|
int |
type()
Gets the type of the text element.
|
(package private) void |
updateRowAdditions()
Updates the table row additions in the underlying table object and deletes all table rows,
in order to preserve memory and detect future row additions.
|
private void |
updateRowAdditionsInternal()
Updates the table row additions in the underlying table object
|
cloneNonPositionParameters, disableBorderSide, enableBorderSide, getBackgroundColor, getBorder, getBorderColor, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderWidth, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getBottom, getBottom, getChunks, getGrayFill, getHeight, getLeft, getLeft, getRight, getRight, getRotation, getTop, getTop, getWidth, hasBorder, hasBorders, isContent, isNestable, isUseVariableBorders, normalize, process, rectangle, rotate, setBackgroundColor, setBorder, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setBottom, setGrayFill, setLeft, setRight, setTop, setUseVariableBorders, softCloneNonPositionParameters, toStringprivate int columns
private java.util.ArrayList headercells
private java.util.ArrayList cells
protected Table table
protected float[] positions
PdfTable(Table table, float left, float right, float top)
PdfTable-object.table - a Tableleft - the left border on the pageright - the right border on the pagetop - the start position of the top of the tablevoid updateRowAdditions()
Pre-requisite: the object must have been built with the parameter supportUpdateRowAdditions equals to true.
private void updateRowAdditionsInternal()
int rows()
public int type()
Rectangletype in interface Elementtype in class RectangleElement.type()java.util.ArrayList getHeaderCells()
ArrayListboolean hasHeader()
ArrayListjava.util.ArrayList getCells()
ArrayListint columns()
final float cellpadding()
final float cellspacing()
public final boolean hasToFitPageTable()
Table has to fit a page.public final boolean hasToFitPageCells()
Table have to fit a page.public float getOffset()