at.knowcenter.wag.egov.egiz.pdf
Class TablePos

java.lang.Object
  extended by at.knowcenter.wag.egov.egiz.pdf.TablePos
All Implemented Interfaces:
Serializable

public class TablePos
extends Object
implements Serializable

Class that holds the exact position where the table should be written to the document.

Author:
wprinz
See Also:
Serialized Form

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

page

public int page
The page on which the block should be displayed.

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.


pos_x

public float pos_x
The x position.


pos_y

public float pos_y
The y position.


width

public float width
The width of the block.


footer_line

public float footer_line
The top y position of the footer line.

Constructor Detail

TablePos

public TablePos()


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.