|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.Rectangle
com.lowagie.text.pdf.PdfTable
public class PdfTable
PdfTable
is an object that contains the graphics and text of a table.
Table
,
Row
,
Cell
,
PdfCell
Field Summary | |
---|---|
private 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 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 |
Fields inherited from class com.lowagie.text.Rectangle |
---|
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, useVariableBorders |
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, 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 Summary | |
---|---|
PdfTable(Table table,
float left,
float right,
float top)
Constructs a PdfTable -object. |
Method Summary | |
---|---|
(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) ArrayList |
getCells()
Returns the arraylist with the cells of the table. |
(package private) 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int columns
private ArrayList headercells
private ArrayList cells
protected Table table
protected float[] positions
Constructor Detail |
---|
PdfTable(Table table, float left, float right, float top)
PdfTable
-object.
table
- a Table
left
- the left border on the pageright
- the right border on the pagetop
- the start position of the top of the tableMethod Detail |
---|
void updateRowAdditions()
Pre-requisite: the object must have been built with the parameter supportUpdateRowAdditions
equals to true.
private void updateRowAdditionsInternal()
int rows()
public int type()
Rectangle
type
in interface Element
type
in class Rectangle
Element.type()
ArrayList getHeaderCells()
ArrayList
boolean hasHeader()
ArrayList
ArrayList getCells()
ArrayList
int 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()
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |