|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.knowcenter.wag.egov.egiz.pdf.TablePos
public class TablePos
Class that holds the exact position where the table should be written to the document.
Field Summary | |
---|---|
float |
footer_line
The top y position of the footer line. |
int |
page
The page on which the block should be displayed. |
float |
pos_x
The x position. |
float |
pos_y
The y position. |
float |
width
The width of the block. |
Constructor Summary | |
---|---|
TablePos()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int page
A value greater than or equal 1 means to absolutely position the signature on that page.
A value of -1 means to append a new page to the document and absolutely position the signature on the new page.
A value of -2 means to determine the length of the last page as without absolute positioning, but ignore all text below a certain footer line. If there is enough space between the end of the text and this footer line, the signature should be positioned automatically in there. Otherwise it should be placed on a new page.
public float pos_x
public float pos_y
public float width
public float footer_line
Constructor Detail |
---|
public TablePos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |