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

Class Positioning

+
+
+ +
+
    +
  • +
    +
    +
    public class Positioning
    +extends Object
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 8/29/13 + Time: 4:30 PM + To change this template use File | Settings | File Templates.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        SIGNATURE_MARGIN_HORIZONTAL

        +
        public static final float SIGNATURE_MARGIN_HORIZONTAL
        +
        The left/right margin.
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIGNATURE_MARGIN_VERTICAL

        +
        public static final float SIGNATURE_MARGIN_VERTICAL
        +
        The top/bottom margin.
        +
        See Also:
        Constant Field Values
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Positioning

        +
        public Positioning()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        determineTablePositioning

        +
        public static PositioningInstruction determineTablePositioning(TablePos pos,
        +                                               String signature_type,
        +                                               org.apache.pdfbox.pdmodel.PDDocument pdfDataSource,
        +                                               IPDFVisualObject pdf_table,
        +                                               boolean legacy32)
        +                                                        throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Evalutates absolute positioning and prepares the PositioningInstruction for + placing the table.
        +
        Parameters:
        pos - The absolute positioning parameter. If null it is sought in the + profile definition.
        signature_type - The profile definition of the table to be written.
        pdfDataSource - The pdf.
        pdf_table - The pdf table to be written.
        +
        Returns:
        Returns the PositioningInformation.
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException - F.e.
        +
      • +
      + + + +
        +
      • +

        adjustSignatureTableandCalculatePosition

        +
        public static PositioningInstruction adjustSignatureTableandCalculatePosition(org.apache.pdfbox.pdmodel.PDDocument pdfDataSource,
        +                                                              IPDFVisualObject pdf_table,
        +                                                              TablePos pos,
        +                                                              boolean legacy32)
        +                                                                       throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Sets the width of the table according to the layout of the document and + calculates the y position where the PDFPTable should be placed.
        +
        Parameters:
        pdfDataSource - The PDF document.
        pdf_table - The PDFPTable to be placed.
        +
        Returns:
        Returns the position where the PDFPTable should be placed.
        +
        Throws:
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException - F.e.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3