From 87c9269152f8c631123525b796cf07dc0cca7398 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 09:20:54 +0100 Subject: Documentation + Documentation building --- .../gv/egiz/pdfas/lib/api/SignaturePosition.html | 281 +++++++++++++++++++++ 1 file changed, 281 insertions(+) create mode 100644 docs/at/gv/egiz/pdfas/lib/api/SignaturePosition.html (limited to 'docs/at/gv/egiz/pdfas/lib/api/SignaturePosition.html') diff --git a/docs/at/gv/egiz/pdfas/lib/api/SignaturePosition.html b/docs/at/gv/egiz/pdfas/lib/api/SignaturePosition.html new file mode 100644 index 00000000..f5968592 --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/SignaturePosition.html @@ -0,0 +1,281 @@ + + + + + + +SignaturePosition (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api
+

Interface SignaturePosition

+
+
+
+
    +
  • +
    +
    +
    public interface SignaturePosition
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetHeight() +
      Returns the height of the signature.
      +
      intgetPage() +
      Returns the page on which the signature was placed.
      +
      floatgetWidth() +
      Returns the width of the signature.
      +
      floatgetX() +
      Returns the x position.
      +
      floatgetY() +
      Returns the y position.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPage

        +
        int getPage()
        +
        Returns the page on which the signature was placed.
        +
        Returns:
        Returns the page on which the signature was placed.
        +
      • +
      + + + +
        +
      • +

        getX

        +
        float getX()
        +
        Returns the x position.
        +
        Returns:
        Returns the x position.
        +
      • +
      + + + +
        +
      • +

        getY

        +
        float getY()
        +
        Returns the y position.
        +
        Returns:
        Returns the y position.
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        float getWidth()
        +
        Returns the width of the signature.
        +
        Returns:
        Returns the width of the signature.
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        float getHeight()
        +
        Returns the height of the signature.
        +
        Returns:
        Returns the height of the signature.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
+
+ + + + -- cgit v1.2.3