From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../pdfas/lib/impl/positioning/Positioning.html | 53 ++++++++++------------ 1 file changed, 24 insertions(+), 29 deletions(-) (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 index 441646b1..39d67a50 100644 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html @@ -2,16 +2,15 @@ - - -Positioning (PDF-AS 4.0.0-SNAPSHOT Library) - + +Positioning + @@ -28,13 +27,11 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -257,44 +254,44 @@ extends +
    • determineTablePositioning

      -
      public static PositioningInstruction determineTablePositioning(TablePos pos,
      -                                               String signature_type,
      +
      public static PositioningInstruction determineTablePositioning(TablePos pos,
      +                                               java.lang.String signature_type,
                                                      org.apache.pdfbox.pdmodel.PDDocument pdfDataSource,
                                                      IPDFVisualObject pdf_table,
                                                      boolean legacy32)
      -                                                        throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
      + throws 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.
      +
      PdfAsException - F.e.
    - +
    • adjustSignatureTableandCalculatePosition

      -
      public static PositioningInstruction adjustSignatureTableandCalculatePosition(org.apache.pdfbox.pdmodel.PDDocument pdfDataSource,
      +
      public static PositioningInstruction adjustSignatureTableandCalculatePosition(org.apache.pdfbox.pdmodel.PDDocument pdfDataSource,
                                                                     IPDFVisualObject pdf_table,
      -                                                              TablePos pos,
      +                                                              TablePos pos,
                                                                     boolean legacy32)
      -                                                                       throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
      + throws 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.
      +
      PdfAsException - F.e.
    @@ -314,13 +311,11 @@ extends Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]