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

java.lang.Object
  extended byat.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, mruhmer
See Also:
Serialized Form

Field Summary
 float footer_line
          The top y position of the footer line.
 String myposstring
          The y position.
 
Constructor Summary
TablePos()
           
TablePos(String pos_string)
          Constructor.
 
Method Summary
 float getFooterLine()
           
 int getPage()
           
 float getPosX()
           
 float getPosY()
           
 float getWidth()
           
 boolean isNewPage()
           
 boolean isPauto()
           
 boolean isWauto()
           
 boolean isXauto()
           
 boolean isYauto()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

footer_line

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


myposstring

public String myposstring
The y position.

Constructor Detail

TablePos

public TablePos()

TablePos

public TablePos(String pos_string)
         throws PDFDocumentException
Constructor.

Parameters:
pos_string - The pos instruction. format : [x:x_algo];[y:y_algo];[w:w_algo][p:p_algo];[f:f_algo] x_algo:='auto' ... automatic positioning x floatvalue ... absolute x y_algo:='auto' ... automatic positioning y floatvalue ... absolute y w_algo:='auto' ... automatic width floatvalue ... absolute width p_algo:='auto' ... automatic last page 'new' ... new page intvalue ... pagenumber f_algo floatvalue ... consider footerline (only if y_algo is auto and p_algo is not 'new')
Throws:
PDFDocumentException
Method Detail

isXauto

public boolean isXauto()

isYauto

public boolean isYauto()

isWauto

public boolean isWauto()

isPauto

public boolean isPauto()

isNewPage

public boolean isNewPage()

getPage

public int getPage()

getFooterLine

public float getFooterLine()

getPosX

public float getPosX()

getPosY

public float getPosY()

getWidth

public float getWidth()

toString

public String toString()


Copyright © 2006-2010. All Rights Reserved.