From 19b27e99968233a285965daba6cc1e19a7406ce6 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 1 Jul 2014 10:33:17 +0200 Subject: Docs updates --- .../lib/impl/stamping/pdfbox/PDFBoxTable.html | 482 +++++++++++++++++++++ 1 file changed, 482 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/pdfbox/PDFBoxTable.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/stamping/pdfbox/PDFBoxTable.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/pdfbox/PDFBoxTable.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/pdfbox/PDFBoxTable.html new file mode 100644 index 00000000..01b4bdb4 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/pdfbox/PDFBoxTable.html @@ -0,0 +1,482 @@ + + + + + + +PDFBoxTable (PDF-AS 4.0.0-RC4 Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-RC4 Library 4.0.0-RC4 [f96fba3394ecb989a464f90c5d91b90bc5773c79]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.stamping.pdfbox
+

Class PDFBoxTable

+
+
+ +
+
    +
  • +
    +
    +
    public class PDFBoxTable
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PDFBoxTable

        +
        public PDFBoxTable(Table abstractTable,
        +           PDFBoxTable parent,
        +           float fixSize,
        +           at.gv.egiz.pdfas.common.settings.ISettings settings)
        +            throws IOException
        +
        Throws:
        +
        IOException
        +
      • +
      + + + +
        +
      • +

        PDFBoxTable

        +
        public PDFBoxTable(Table abstractTable,
        +           PDFBoxTable parent,
        +           at.gv.egiz.pdfas.common.settings.ISettings settings)
        +            throws IOException
        +
        Throws:
        +
        IOException
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getX

        +
        public int getX()
        +
      • +
      + + + +
        +
      • +

        getY

        +
        public int getY()
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        public float getWidth()
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public float getHeight()
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        public void setHeight(float height)
        +
      • +
      + + + +
        +
      • +

        getRowHeights

        +
        public float[] getRowHeights()
        +
      • +
      + + + +
        +
      • +

        getRowCount

        +
        public int getRowCount()
        +
      • +
      + + + +
        +
      • +

        getColCount

        +
        public int getColCount()
        +
      • +
      + + + +
        +
      • +

        getColsRelativeWith

        +
        public float[] getColsRelativeWith()
        +
      • +
      + + + +
        +
      • +

        getPadding

        +
        public float getPadding()
        +
      • +
      + + + +
        +
      • +

        dumpTable

        +
        public void dumpTable()
        +
      • +
      + + + +
        +
      • +

        getOrigTable

        +
        public Table getOrigTable()
        +
      • +
      + + + +
        +
      • +

        getRow

        +
        public ArrayList<Entry> getRow(int i)
        +
      • +
      + + + + + + + +
        +
      • +

        getValueFont

        +
        public PDFBoxFont getValueFont()
        +
      • +
      + + + +
        +
      • +

        getBGColor

        +
        public Color getBGColor()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-RC4 Library 4.0.0-RC4 [f96fba3394ecb989a464f90c5d91b90bc5773c79]
+
+ + + + -- cgit v1.2.3