at.knowcenter.wag.egov.egiz.pdf
Class TablePos
java.lang.Object
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, mruhmer
- See Also:
- Serialized Form
footer_line
public float footer_line
- The top y position of the footer line.
myposstring
public String myposstring
- The y position.
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
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.