From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../at/knowcenter/wag/egov/egiz/pdf/TablePos.html | 498 +++++++++++++++++++++ 1 file changed, 498 insertions(+) create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html (limited to 'docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html') diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html new file mode 100644 index 00000000..642eebde --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html @@ -0,0 +1,498 @@ + + + + + +TablePos + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf
+

Class TablePos

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class TablePos
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Class that holds the exact position where the table should be written to the + document.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      floatfooter_line +
      The top y position of the footer line.
      +
      java.lang.Stringmyposstring +
      The y position.
      +
      floatrotation +
      The rotation of the signature block
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      TablePos() 
      TablePos(java.lang.String pos_string) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetFooterLine() 
      intgetPage() 
      floatgetPosX() 
      floatgetPosY() 
      floatgetWidth() 
      booleanisNewPage() 
      booleanisPauto() 
      booleanisWauto() 
      booleanisXauto() 
      booleanisYauto() 
      java.lang.StringtoString() 
      +
        +
      • + + +

        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.
        +
      • +
      + + + +
        +
      • +

        rotation

        +
        public float rotation
        +
        The rotation of the signature block
        +
      • +
      + + + +
        +
      • +

        myposstring

        +
        public java.lang.String myposstring
        +
        The y position.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TablePos

        +
        public TablePos()
        +
      • +
      + + + +
        +
      • +

        TablePos

        +
        public TablePos(java.lang.String pos_string)
        +         throws PdfAsException
        +
        Constructor.
        +
        Parameters:
        pos_string - The pos instruction. + format : [x:x_algo];[y:y_algo];[w:w_algo][p:p_algo];[f:f_algo];[r:r_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') + r_algo floatvalue ... rotate the table arround the lower left corner anti clockwise in degree
        +
        Throws:
        +
        PdfAsException
        +
      • +
      +
    • +
    + +
      +
    • + + +

      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 java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3