From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- .../lib/impl/stamping/CertificateResolver.html | 274 ++++++++++++++++ .../egiz/pdfas/lib/impl/stamping/IPDFStamper.html | 246 ++++++++++++++ .../pdfas/lib/impl/stamping/IPDFVisualObject.html | 300 +++++++++++++++++ .../gv/egiz/pdfas/lib/impl/stamping/IResolver.html | 224 +++++++++++++ .../pdfas/lib/impl/stamping/StamperFactory.html | 299 +++++++++++++++++ .../egiz/pdfas/lib/impl/stamping/TableFactory.html | 329 +++++++++++++++++++ .../pdfas/lib/impl/stamping/ValueResolver.html | 362 +++++++++++++++++++++ .../stamping/class-use/CertificateResolver.html | 118 +++++++ .../lib/impl/stamping/class-use/IPDFStamper.html | 158 +++++++++ .../impl/stamping/class-use/IPDFVisualObject.html | 214 ++++++++++++ .../lib/impl/stamping/class-use/IResolver.html | 164 ++++++++++ .../impl/stamping/class-use/StamperFactory.html | 118 +++++++ .../lib/impl/stamping/class-use/TableFactory.html | 118 +++++++ .../lib/impl/stamping/class-use/ValueResolver.html | 118 +++++++ .../pdfas/lib/impl/stamping/package-frame.html | 29 ++ .../pdfas/lib/impl/stamping/package-summary.html | 175 ++++++++++ .../egiz/pdfas/lib/impl/stamping/package-tree.html | 140 ++++++++ .../egiz/pdfas/lib/impl/stamping/package-use.html | 178 ++++++++++ 18 files changed, 3564 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/CertificateResolver.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IPDFStamper.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IPDFVisualObject.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IResolver.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/StamperFactory.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/TableFactory.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/CertificateResolver.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFStamper.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFVisualObject.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IResolver.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/StamperFactory.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/TableFactory.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/ValueResolver.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-use.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/stamping') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/CertificateResolver.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/CertificateResolver.html new file mode 100644 index 00000000..f9293951 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/CertificateResolver.html @@ -0,0 +1,274 @@ + + + + + + +CertificateResolver (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.stamping
+

Class CertificateResolver

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IResolver
    +
    +
    +
    +
    public class CertificateResolver
    +extends Object
    +implements IResolver
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CertificateResolver

        +
        public CertificateResolver(iaik.x509.X509Certificate certificate)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IPDFStamper.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IPDFStamper.html new file mode 100644 index 00000000..d776b32c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IPDFStamper.html @@ -0,0 +1,246 @@ + + + + + + +IPDFStamper (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.stamping
+

Interface IPDFStamper

+
+
+
+
    +
  • +
    +
    +
    public interface IPDFStamper
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        writeVisualObject

        +
        byte[] writeVisualObject(IPDFVisualObject visualObject,
        +                       PositioningInstruction positioningInstruction,
        +                       byte[] pdfData,
        +                       String placeholderName)
        +                         throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      + + + +
        +
      • +

        setSettings

        +
        void setSettings(at.gv.egiz.pdfas.common.settings.ISettings settings)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IPDFVisualObject.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IPDFVisualObject.html new file mode 100644 index 00000000..715801ed --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IPDFVisualObject.html @@ -0,0 +1,300 @@ + + + + + + +IPDFVisualObject (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.stamping
+

Interface IPDFVisualObject

+
+
+
+
    +
  • +
    +
    +
    public interface IPDFVisualObject
    +
  • +
+
+
+
    +
  • + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setWidth

        +
        void setWidth(float width)
        +
      • +
      + + + +
        +
      • +

        fixWidth

        +
        void fixWidth()
        +
      • +
      + + + +
        +
      • +

        getHeight

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

        getWidth

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

        setXPos

        +
        void setXPos(float x)
        +
      • +
      + + + +
        +
      • +

        setYPos

        +
        void setYPos(float x)
        +
      • +
      + + + +
        +
      • +

        getPage

        +
        int getPage()
        +
      • +
      + + + +
        +
      • +

        setPage

        +
        void setPage(int page)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IResolver.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IResolver.html new file mode 100644 index 00000000..25a00cbc --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/IResolver.html @@ -0,0 +1,224 @@ + + + + + + +IResolver (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.stamping
+

Interface IResolver

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    CertificateResolver, ValueResolver
    +
    +
    +
    +
    public interface IResolver
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 9/11/13 + Time: 1:44 PM + To change this template use File | Settings | File Templates.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Stringresolve(String key, + String value, + at.gv.egiz.pdfas.common.settings.SignatureProfileSettings settings, + RequestedSignature signature) 
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/StamperFactory.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/StamperFactory.html new file mode 100644 index 00000000..d0ad540d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/StamperFactory.html @@ -0,0 +1,299 @@ + + + + + + +StamperFactory (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.stamping
+

Class StamperFactory

+
+
+ +
+
    +
  • +
    +
    +
    public class StamperFactory
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StamperFactory

        +
        public StamperFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createDefaultStamper

        +
        public static IPDFStamper createDefaultStamper(at.gv.egiz.pdfas.common.settings.ISettings settings)
        +                                        throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/TableFactory.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/TableFactory.html new file mode 100644 index 00000000..3632ac99 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/TableFactory.html @@ -0,0 +1,329 @@ + + + + + + +TableFactory (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.stamping
+

Class TableFactory

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    at.gv.egiz.pdfas.common.settings.IProfileConstants
    +
    +
    +
    +
    public class TableFactory
    +extends Object
    +implements at.gv.egiz.pdfas.common.settings.IProfileConstants
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface at.gv.egiz.pdfas.common.settings.IProfileConstants

        +CFG_DIR, CFG_FILE, COLS_WITH, INCLUDE, KEY_SEPARATOR, PROFILE_KEY, PROFILE_VALUE, SIG_DATE, SIG_OBJ, SIGNING_REASON, STYLE, TABLE, TMP_DIR, TMP_DIR_DEFAULT_VALUE, TYPE_CAPTION, TYPE_IMAGE, TYPE_TABLE, TYPE_VALUE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      TableFactory() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TableFactory

        +
        public TableFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createSigTable

        +
        public static Table createSigTable(at.gv.egiz.pdfas.common.settings.SignatureProfileSettings profile,
        +                   String tableID,
        +                   at.gv.egiz.pdfas.common.settings.ISettings configuration,
        +                   RequestedSignature requestedSignature)
        +
        This method creates an abstract signature table object. It takes all keys + and values set by the signature object to create the corresponding abstract + table object. The table definition is read from the settings file.
        +
        Parameters:
        tableID - is the name of the table definition in the settings file
        +
        Returns:
        a new abstract signature table
        See Also:
        at.knowcenter.wag.egov.egiz.table.Style, +at.knowcenter.wag.egov.egiz.table.Table, +at.knowcenter.wag.egov.egiz.table.Entry
        +
      • +
      + + + +
        +
      • +

        createProfile

        +
        public static at.gv.egiz.pdfas.common.settings.SignatureProfileSettings createProfile(String profileID,
        +                                                                      at.gv.egiz.pdfas.common.settings.ISettings configuration)
        +
      • +
      + + + +
        +
      • +

        getSigValue

        +
        public static String getSigValue(String key)
        +
        This method returns a value for a given signature key. If the key equals to + SIG_NORM and the value is null the version + string of the current normalizer is returned!
        +
        Parameters:
        key - the key to get the value for
        +
        Returns:
        a value for the given key
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html new file mode 100644 index 00000000..2e32d119 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html @@ -0,0 +1,362 @@ + + + + + + +ValueResolver (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.stamping
+

Class ValueResolver

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    at.gv.egiz.pdfas.common.settings.IProfileConstants, IResolver
    +
    +
    +
    +
    public class ValueResolver
    +extends Object
    +implements at.gv.egiz.pdfas.common.settings.IProfileConstants, IResolver
    +
    Created with IntelliJ IDEA. User: afitzek Date: 9/11/13 Time: 11:11 AM To + change this template use File | Settings | File Templates.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/CertificateResolver.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/CertificateResolver.html new file mode 100644 index 00000000..1100a31e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/CertificateResolver.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Class at.gv.egiz.pdfas.lib.impl.stamping.CertificateResolver (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.pdfas.lib.impl.stamping.CertificateResolver

+
+
No usage of at.gv.egiz.pdfas.lib.impl.stamping.CertificateResolver
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFStamper.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFStamper.html new file mode 100644 index 00000000..d892a93e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFStamper.html @@ -0,0 +1,158 @@ + + + + + + +Uses of Interface at.gv.egiz.pdfas.lib.impl.stamping.IPDFStamper (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Interface
at.gv.egiz.pdfas.lib.impl.stamping.IPDFStamper

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFVisualObject.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFVisualObject.html new file mode 100644 index 00000000..cb05fee9 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IPDFVisualObject.html @@ -0,0 +1,214 @@ + + + + + + +Uses of Interface at.gv.egiz.pdfas.lib.impl.stamping.IPDFVisualObject (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Interface
at.gv.egiz.pdfas.lib.impl.stamping.IPDFVisualObject

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IResolver.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IResolver.html new file mode 100644 index 00000000..726d8a9b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/IResolver.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Interface at.gv.egiz.pdfas.lib.impl.stamping.IResolver (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Interface
at.gv.egiz.pdfas.lib.impl.stamping.IResolver

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/StamperFactory.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/StamperFactory.html new file mode 100644 index 00000000..9619cf55 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/StamperFactory.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Class at.gv.egiz.pdfas.lib.impl.stamping.StamperFactory (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.pdfas.lib.impl.stamping.StamperFactory

+
+
No usage of at.gv.egiz.pdfas.lib.impl.stamping.StamperFactory
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/TableFactory.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/TableFactory.html new file mode 100644 index 00000000..f7845ee2 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/TableFactory.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Class at.gv.egiz.pdfas.lib.impl.stamping.TableFactory (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.pdfas.lib.impl.stamping.TableFactory

+
+
No usage of at.gv.egiz.pdfas.lib.impl.stamping.TableFactory
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/ValueResolver.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/ValueResolver.html new file mode 100644 index 00000000..1b49cc64 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/class-use/ValueResolver.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Class at.gv.egiz.pdfas.lib.impl.stamping.ValueResolver (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.pdfas.lib.impl.stamping.ValueResolver

+
+
No usage of at.gv.egiz.pdfas.lib.impl.stamping.ValueResolver
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-frame.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-frame.html new file mode 100644 index 00000000..6ae77692 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-frame.html @@ -0,0 +1,29 @@ + + + + + + +at.gv.egiz.pdfas.lib.impl.stamping (PDF-AS 4.0.0-SNAPSHOT Library) + + + + +

at.gv.egiz.pdfas.lib.impl.stamping

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-summary.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-summary.html new file mode 100644 index 00000000..af83a179 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-summary.html @@ -0,0 +1,175 @@ + + + + + + +at.gv.egiz.pdfas.lib.impl.stamping (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Package at.gv.egiz.pdfas.lib.impl.stamping

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-tree.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-tree.html new file mode 100644 index 00000000..805e821a --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +at.gv.egiz.pdfas.lib.impl.stamping Class Hierarchy (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.lib.impl.stamping

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-use.html b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-use.html new file mode 100644 index 00000000..db74df0c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/stamping/package-use.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Package at.gv.egiz.pdfas.lib.impl.stamping (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Package
at.gv.egiz.pdfas.lib.impl.stamping

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3