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 --- .../impl/placeholder/SignaturePlaceholderData.html | 454 +++++++++++++++++++++ 1 file changed, 454 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html new file mode 100644 index 00000000..dc26cf53 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html @@ -0,0 +1,454 @@ + + + + + + +SignaturePlaceholderData (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.placeholder
+

Class SignaturePlaceholderData

+
+
+ +
+
    +
  • +
    +
    +
    public class SignaturePlaceholderData
    +extends Object
    +
    This class represents all the data which can be extracted from a placeholder image.
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignaturePlaceholderData

        +
        public SignaturePlaceholderData(String profile,
        +                        String type,
        +                        String sigKey,
        +                        String id)
        +
        Parameters:
        profile -
        type -
        sigKey -
        id -
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTablePos

        +
        public TablePos getTablePos()
        +
        Get the table position for the signature block.
        + The table position is created from the page number, the upper left corner and the width of the placeholder image.
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getProfile

        +
        public String getProfile()
        +
        The profile name. Might be null if not included in the qr-code.
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public String getType()
        +
        The signature type: "textual" or "binary". Might be null if not included in the qr-code.
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public String getKey()
        +
        The key identifier for MOA signature. Might be null if not included in the qr-code.
        +
        Returns:
        +
      • +
      + + + + + + + +
        +
      • +

        getPlaceholderName

        +
        public String getPlaceholderName()
        +
        The name of the placeholder image.
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public String getId()
        +
        The id associated with this placeholder.
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3