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 --- .../placeholder/SignaturePlaceholderExtractor.html | 356 --------------------- 1 file changed, 356 deletions(-) delete mode 100644 docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html (limited to 'docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html') diff --git a/docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html b/docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html deleted file mode 100644 index a3ea9e56..00000000 --- a/docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - -SignaturePlaceholderExtractor (PDF-AS 4.0 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0 Library false
-
- - - -
-
at.gv.egiz.pdfas.lib.impl.placeholder
-

Class SignaturePlaceholderExtractor

-
-
- -
-
    -
  • -
    -
    -
    public class SignaturePlaceholderExtractor
    -extends org.apache.pdfbox.util.PDFStreamEngine
    -
    Extract all relevant information from a placeholder image.
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static SignaturePlaceholderDataextract(InputStream inputStream, - String placeholderId, - int matchMode) -
      Search the document for placeholder images and possibly included - additional info.
      - Searches only for the first placeholder page after page from top.
      -
      protected voidprocessOperator(org.apache.pdfbox.util.PDFOperator operator, - List arguments) 
      -
        -
      • - - -

        Methods inherited from class org.apache.pdfbox.util.PDFStreamEngine

        -getColorSpaces, getCurrentPage, getFonts, getGraphicsStack, getGraphicsState, getGraphicsStates, getResources, getTextLineMatrix, getTextMatrix, getTotalCharCnt, getValidCharCnt, getXObjects, inspectFontEncoding, isForceParsing, processEncodedText, processOperator, processStream, processSubStream, processTextPosition, registerOperatorProcessor, resetEngine, setColorSpaces, setFonts, setForceParsing, setGraphicsStack, setGraphicsState, setGraphicsStates, setTextLineMatrix, setTextMatrix
      • -
      - -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - - - - - -
        -
      • -

        PLACEHOLDER_MATCH_MODE_STRICT

        -
        public static final int PLACEHOLDER_MATCH_MODE_STRICT
        -
        See Also:
        Constant Field Values
        -
      • -
      - - - -
        -
      • -

        PLACEHOLDER_MATCH_MODE_MODERATE

        -
        public static final int PLACEHOLDER_MATCH_MODE_MODERATE
        -
        See Also:
        Constant Field Values
        -
      • -
      - - - -
        -
      • -

        PLACEHOLDER_MATCH_MODE_LENIENT

        -
        public static final int PLACEHOLDER_MATCH_MODE_LENIENT
        -
        See Also:
        Constant Field Values
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        extract

        -
        public static SignaturePlaceholderData extract(InputStream inputStream,
        -                               String placeholderId,
        -                               int matchMode)
        -                                        throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Search the document for placeholder images and possibly included - additional info.
        - Searches only for the first placeholder page after page from top.
        -
        Parameters:
        inputStream -
        -
        Returns:
        all available info from the first found placeholder.
        -
        Throws:
        -
        PDFDocumentException - if the document could not be read.
        -
        at.gv.egiz.pdfas.common.exceptions.PlaceholderExtractionException - if STRICT matching mode was requested and no suitable placeholder could be found.
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
      • -
      - - - -
        -
      • -

        processOperator

        -
        protected void processOperator(org.apache.pdfbox.util.PDFOperator operator,
        -                   List arguments)
        -                        throws IOException
        -
        -
        Overrides:
        -
        processOperator in class org.apache.pdfbox.util.PDFStreamEngine
        -
        Throws:
        -
        IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0 Library false
-
- - - - -- cgit v1.2.3