From 3d5e654440a5e9ec34b1fa8aca27c24aec8ed8f9 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:17:06 +0100 Subject: Remove html documentation --- .../pdfas/lib/impl/positioning/Positioning.html | 369 --------------------- 1 file changed, 369 deletions(-) delete mode 100644 docs/at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html (limited to 'docs/at/gv/egiz/pdfas/lib/impl/positioning') diff --git a/docs/at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html b/docs/at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html deleted file mode 100644 index cf2365b5..00000000 --- a/docs/at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -Positioning (PDF-AS 4.0 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0 Library false
-
- - - -
-
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 Library false
-
- - - - -- cgit v1.2.3