|
||||||||||
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 | |
---|---|
protected float[] |
positions
Cached column widths. |
protected Table |
table
Original table used to build this object |
Fields inherited from class com.lowagie.text.Rectangle |
---|
background, border, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, color, LEFT, llx, lly, markupAttributes, NO_BORDER, RIGHT, rotation, TOP, UNDEFINED, urx, ury, useVariableBorders |
Method Summary | |
---|---|
float |
getOffset()
Gets the offset of this table. |
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. |
int |
type()
Gets the type of the text element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Table table
protected float[] positions
Method Detail |
---|
public int type()
Rectangle
type
in interface Element
type
in class Rectangle
Element.type()
public final boolean hasToFitPageTable()
Table
has to fit a page.
public final boolean hasToFitPageCells()
Table
have to fit a page.
public float getOffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |