From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../at/gv/egiz/pdfas/api/sign/SignParameters.html | 996 +++++++++++++++++++++ .../full/at/gv/egiz/pdfas/api/sign/SignResult.html | 304 +++++++ .../pdfas/api/sign/SignatureDetailInformation.html | 506 +++++++++++ .../at/gv/egiz/pdfas/api/sign/package-frame.html | 24 + .../at/gv/egiz/pdfas/api/sign/package-summary.html | 150 ++++ .../at/gv/egiz/pdfas/api/sign/package-tree.html | 131 +++ .../egiz/pdfas/api/sign/pos/SignaturePosition.html | 297 ++++++ .../pdfas/api/sign/pos/SignaturePositioning.html | 572 ++++++++++++ .../api/sign/pos/axis/AbsoluteAxisAlgorithm.html | 313 +++++++ .../pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html | 238 +++++ .../pdfas/api/sign/pos/axis/AxisAlgorithm.html | 237 +++++ .../pdfas/api/sign/pos/axis/package-frame.html | 21 + .../pdfas/api/sign/pos/axis/package-summary.html | 145 +++ .../egiz/pdfas/api/sign/pos/axis/package-tree.html | 131 +++ .../gv/egiz/pdfas/api/sign/pos/package-frame.html | 23 + .../egiz/pdfas/api/sign/pos/package-summary.html | 148 +++ .../gv/egiz/pdfas/api/sign/pos/package-tree.html | 130 +++ .../api/sign/pos/page/AbsolutePageAlgorithm.html | 310 +++++++ .../pdfas/api/sign/pos/page/AutoPageAlgorithm.html | 244 +++++ .../pdfas/api/sign/pos/page/NewPageAlgorithm.html | 238 +++++ .../pdfas/api/sign/pos/page/PageAlgorithm.html | 237 +++++ .../pdfas/api/sign/pos/page/package-frame.html | 22 + .../pdfas/api/sign/pos/page/package-summary.html | 151 ++++ .../egiz/pdfas/api/sign/pos/page/package-tree.html | 132 +++ 24 files changed, 5700 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/SignParameters.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/SignResult.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/SignatureDetailInformation.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePosition.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePositioning.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AbsolutePageAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AutoPageAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/NewPageAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/PageAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-tree.html (limited to 'docs/full/at/gv/egiz/pdfas/api/sign') diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/SignParameters.html b/docs/full/at/gv/egiz/pdfas/api/sign/SignParameters.html new file mode 100644 index 00000000..14a53976 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/SignParameters.html @@ -0,0 +1,996 @@ + + + + + +SignParameters + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign
+

Class SignParameters

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class SignParameters
    +extends java.lang.Object
    +
    Parameter object that holds the sign parameters.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        document

        +
        protected DataSource document
        +
        Deprecated. 
        +
        The document to be signed. + +

        + The DataSource implementation encapsulates the actual representaion of the + data. E.g. the DataSource may be File based or byte array based. See + package at.gv.egiz.pdfas.framework.input and at.gv.pdfas.impl.input +

        +
      • +
      + + + + + + + + + + + +
        +
      • +

        signatureProfileId

        +
        protected java.lang.String signatureProfileId
        +
        Deprecated. 
        +
        The signature profile identifier identifying the profile to be used in the + config file. + +

        + Note: In near future it will be possible to provide a full specified + profile here instead of the profile id. +

        +
      • +
      + + + +
        +
      • +

        signatureKeyIdentifier

        +
        protected java.lang.String signatureKeyIdentifier
        +
        Deprecated. 
        +
        The signature key identifier specifying which signature key should be used + by the signature device to perform the signature. + +

        + Providing a null value (default) means that no explicit signature key + identifier is provided. The selected signature device will then use its + default mechanism for retrieving this information (which is usually to read + the key from the provided signature profile). +

        +

        + Note that not all signature devices may support this parameter. + If a signature device doesn't support this parameter the value should be null. +

        +

        + This key is usually passed straight through to the signature device and + thereby has to contain an appropriate value for the signature device + chosen. +

        +

        + Currently, only the Constants.SIGNATURE_DEVICE_MOA signature device + evaluates this parameter and passes the provided String to MOA as the MOA + key group identifier. If null is provided, the MOA signature device will + determine the signature key identifier to be used from the provided profile + and, if not specified there either, from the MOA default configuration. +

        +
      • +
      + + + +
        +
      • +

        signaturePositioning

        +
        protected SignaturePositioning signaturePositioning
        +
        Deprecated. 
        +
        The signature position. Consult the PDF-AS documentation section + Commandline.
        +
      • +
      + + + +
        +
      • +

        output

        +
        protected DataSink output
        +
        Deprecated. 
        +
        The output DataSink that will receive the signed document.
        +
      • +
      + + + +
        +
      • +

        timeStamperImpl

        +
        protected TimeStamper timeStamperImpl
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        checkForPlaceholder

        +
        protected java.lang.Boolean checkForPlaceholder
        +
        Deprecated. 
        +
        The flag to de-/activate placeholder search
        +
      • +
      + + + +
        +
      • +

        placeholderId

        +
        protected java.lang.String placeholderId
        +
        Deprecated. 
        +
        The id of the placeholder which should be replaced.
        +
      • +
      + + + +
        +
      • +

        placeholderMatchMode

        +
        protected int placeholderMatchMode
        +
        Deprecated. 
        +
        The matching mode for placeholder extraction.
        + If a placeholderId is set, the match mode determines what is to be done, if no matching placeholder is found in the document. +
        + Defaults to Constants.PLACEHOLDER_MATCH_MODE_MODERATE.
        +
      • +
      + + + +
        +
      • +

        overrideProps

        +
        protected java.util.Properties overrideProps
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignParameters

        +
        public SignParameters()
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setTimeStamperImpl

        +
        public void setTimeStamperImpl(TimeStamper timeStamperImpl)
        +
        Deprecated. 
        +
        Set a TimeStamper to create a timestamp on the signature value. Will be + called after sign. For binary signatures only. Timestamp will be embedded in egiz dict /TimeStamp.
        +
        Parameters:
        timeStamperImpl -
        +
      • +
      + + + +
        +
      • +

        getDocument

        +
        public DataSource getDocument()
        +
        Deprecated. 
        +
        Returns:
        the document
        +
      • +
      + + + +
        +
      • +

        setDocument

        +
        public void setDocument(DataSource document)
        +
        Deprecated. 
        +
        Parameters:
        document - the document to set
        +
      • +
      + + + +
        +
      • +

        getSignatureType

        +
        public java.lang.String getSignatureType()
        +
        Deprecated. 
        +
        Returns:
        the signatureType
        +
      • +
      + + + +
        +
      • +

        setSignatureType

        +
        public void setSignatureType(java.lang.String signatureType)
        +
        Deprecated. 
        +
        Parameters:
        signatureType - the signatureType to set
        +
      • +
      + + + +
        +
      • +

        getSignatureDevice

        +
        public java.lang.String getSignatureDevice()
        +
        Deprecated. 
        +
        Returns:
        the signatureDevice
        +
      • +
      + + + +
        +
      • +

        setSignatureDevice

        +
        public void setSignatureDevice(java.lang.String signatureDevice)
        +
        Deprecated. 
        +
        Parameters:
        signatureDevice - the signatureDevice to set
        +
      • +
      + + + +
        +
      • +

        getSignatureProfileId

        +
        public java.lang.String getSignatureProfileId()
        +
        Deprecated. 
        +
        Returns:
        the signatureProfileId
        +
      • +
      + + + +
        +
      • +

        setSignatureProfileId

        +
        public void setSignatureProfileId(java.lang.String signatureProfileId)
        +
        Deprecated. 
        +
        Parameters:
        signatureProfileId - the signatureProfileId to set
        +
      • +
      + + + +
        +
      • +

        getSignaturePositioning

        +
        public SignaturePositioning getSignaturePositioning()
        +
        Deprecated. 
        +
        Returns:
        the signaturePositioning
        +
      • +
      + + + +
        +
      • +

        setSignaturePositioning

        +
        public void setSignaturePositioning(SignaturePositioning signaturePositioning)
        +
        Deprecated. 
        +
        Parameters:
        signaturePositioning - the signaturePositioning to set
        +
      • +
      + + + +
        +
      • +

        getOutput

        +
        public DataSink getOutput()
        +
        Deprecated. 
        +
        Returns:
        the output
        +
      • +
      + + + +
        +
      • +

        setOutput

        +
        public void setOutput(DataSink output)
        +
        Deprecated. 
        +
        Parameters:
        output - the output to set
        +
      • +
      + + + +
        +
      • +

        getSignatureKeyIdentifier

        +
        public java.lang.String getSignatureKeyIdentifier()
        +
        Deprecated. 
        +
        Returns:
        the signatureKeyIdentifier
        +
      • +
      + + + +
        +
      • +

        setSignatureKeyIdentifier

        +
        public void setSignatureKeyIdentifier(java.lang.String signatureKeyIdentifier)
        +
        Deprecated. 
        +
        Parameters:
        signatureKeyIdentifier - the signatureKeyIdentifier to set
        +
      • +
      + + + +
        +
      • +

        setProfileOverrideValue

        +
        public void setProfileOverrideValue(java.lang.String key,
        +                           java.lang.String value)
        +
        Deprecated. 
        +
        Override user defined values from the used signature profile like "value.SIG_META". + You cannot override pre defined values like SIG_VALUE, SIG_DATE SignatureTypes.REQUIRED_SIG_KEYS. + The override values are bound to the SignParameters instance. +

        + Sample usage: +

        +      SignParameters sp = new SignParameters();
        +      . . .
        +
        +      sp.setSignatureProfileId("SIGNATURBLOCK_DE");
        +
        +      // expressions do not work on binary signature fields without phlength setting!!
        +      sp.setProfileOverrideValue("SIG_META", "It's nice to be important, but it is more important to be nice ${subject.L}");;
        +      sp.setProfileOverrideValue("SIG_LABEL", "./images/signatur-logo_en.png");
        +
        +      // execute sign using the overrides
        +      pdfAs.sign(sp);
        +  
        +

        +
        Parameters:
        key - the name of the setting to override e.g. "SIG_META"
        value - The new value
        +
      • +
      + + + +
        +
      • +

        getProfileOverrideProperties

        +
        public java.util.Properties getProfileOverrideProperties()
        +
        Deprecated. 
        +
        Get override values created via setProfileOverrideValue(String, String)
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        isCheckForPlaceholder

        +
        public java.lang.Boolean isCheckForPlaceholder()
        +
        Deprecated. 
        +
        Get the value of the checkForPlaceholder flag.
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        setCheckForPlaceholder

        +
        public void setCheckForPlaceholder(java.lang.Boolean searchForPlaceHolder)
        +
        Deprecated. 
        +
        Set this to true, if you want a search for placeholder images to be performed and + appropriate images to be replaced. + If this is not set, a search will only be performed if the configuration property "enable_placeholder_search" is set to true.
        +
        Parameters:
        check -
        +
      • +
      + + + +
        +
      • +

        setPlaceholderId

        +
        public void setPlaceholderId(java.lang.String placeholderId)
        +
        Deprecated. 
        +
        Set an explicit placeholder id. + Only placeholder images that have a matching ID property embedded will be considered for replacement.
        +
        Parameters:
        placeholderId -
        +
      • +
      + + + +
        +
      • +

        getPlaceholderId

        +
        public java.lang.String getPlaceholderId()
        +
        Deprecated. 
        +
        The id of the placeholder to replace.
        +
        Returns:
        the placeholderId
        +
      • +
      + + + + + + + +
        +
      • +

        getPlaceholderMatchMode

        +
        public int getPlaceholderMatchMode()
        +
        Deprecated. 
        +
        Get the placeholder matching mode.
        +
        Returns:
        the placeholderMatchMode
        See Also:
        getPlaceholderMatchMode()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/SignResult.html b/docs/full/at/gv/egiz/pdfas/api/sign/SignResult.html new file mode 100644 index 00000000..f0797b38 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/SignResult.html @@ -0,0 +1,304 @@ + + + + + +SignResult + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign
+

Interface SignResult

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    SignResultImpl
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface SignResult
    +
    The result of a sign operation.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getOutputDocument

        +
        DataSink getOutputDocument()
        +
        Deprecated. 
        +
        Returns the filled output data sink.
        +
        Returns:
        Returns the filled output data sink.
        +
      • +
      + + + +
        +
      • +

        getSignerCertificate

        +
        java.security.cert.X509Certificate getSignerCertificate()
        +
        Deprecated. 
        +
        Returns the certificate of the signer.
        +
        Returns:
        Returns the certificate of the signer.
        +
      • +
      + + + +
        +
      • +

        getSignaturePosition

        +
        SignaturePosition getSignaturePosition()
        +
        Deprecated. 
        +
        Returns the position where the signature is finally placed. + +

        + This information can be useful for post-processing the document. +

        + +

        + Consult the PDF-AS documentation section Commandline for further + information about positioning. +

        +
        Returns:
        Returns the position where the signature is finally placed. May + return null if no position information is available.
        +
      • +
      + + + +
        +
      • +

        getNonTextualObjects

        +
        java.util.List getNonTextualObjects()
        +
        Deprecated. 
        +
        Returns a list<NonTextObjectInfo of non textual objects in the pdf document. + Only available for textual signatures. Show this to the user who signed the textual content only!
        +
        Returns:
        List<NonTextObjectInfo or null of not available (binary signature)
        +
      • +
      + + + +
        +
      • +

        hasNonTextualObjects

        +
        boolean hasNonTextualObjects()
        +
        Deprecated. 
        +
        Returns if pdf has non textual objects (only for textual signature available).
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/SignatureDetailInformation.html b/docs/full/at/gv/egiz/pdfas/api/sign/SignatureDetailInformation.html new file mode 100644 index 00000000..d4ffb23a --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/SignatureDetailInformation.html @@ -0,0 +1,506 @@ + + + + + +SignatureDetailInformation + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign
+

Interface SignatureDetailInformation

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    SignatureDetailInformationWrapper
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface SignatureDetailInformation
    +
    A container for all relevant signature related data.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetIssuer() +
      Deprecated. 
      +
      Get the name of the issuer.
      +
      java.util.MapgetIssuerDNMap() +
      Deprecated. 
      +
      Short for SignatureDetailInformation#getX509Certificate()#getIssuerDNMap()
      +
      java.util.ListgetNonTextualObjects() +
      Deprecated. 
      +
      Returns a list<NonTextObjectInfo of non textual objects in the pdf document.
      +
      java.lang.StringgetSerialNumber() +
      Deprecated. 
      +
      Short for SignatureDetailInformation#getX509Certificate()#getSerialNumber()#toString()
      +
      java.lang.StringgetSigAlgorithm() +
      Deprecated. 
      +
      Get the algorithm the signature was created with.
      +
      java.lang.StringgetSigID() +
      Deprecated. 
      java.lang.StringgetSigKZ() +
      Deprecated. 
      DataSourcegetSignatureData() +
      Deprecated. 
      SignaturePositiongetSignaturePosition() +
      Deprecated. 
      +
      Returns the position where the signature table was actually placed.
      +
      java.lang.StringgetSignatureValue() +
      Deprecated. 
      java.util.DategetSignDate() +
      Deprecated. 
      +
      Returns the date of signature extracted from the signature.
      +
      java.lang.StringgetSigTimeStamp() +
      Deprecated. 
      java.util.MapgetSubjectDNMap() +
      Deprecated. 
      +
      Short for SignatureDetailInformation#getX509Certificate()#getSubjectDNMap()
      +
      java.lang.StringgetSubjectName() +
      Deprecated. 
      +
      Short for SignatureDetailInformation#getX509Certificate()#getSubjectName()#toString()
      +
      java.security.cert.X509CertificategetX509Certificate() +
      Deprecated. 
      booleanisBinary() +
      Deprecated. 
      booleanisTextual() +
      Deprecated. 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSignatureData

        +
        DataSource getSignatureData()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getSignaturePosition

        +
        SignaturePosition getSignaturePosition()
        +
        Deprecated. 
        +
        Returns the position where the signature table was actually placed.
        +
        Returns:
        Returns the position where the signature table was actually placed.
        +
      • +
      + + + +
        +
      • +

        getNonTextualObjects

        +
        java.util.List getNonTextualObjects()
        +
        Deprecated. 
        +
        Returns a list<NonTextObjectInfo of non textual objects in the pdf document. + Only available for textual signatures. Show this to the user who signed the textual content only!
        +
        Returns:
        List<NonTextObjectInfo or null of not available (binary signature)
        +
      • +
      + + + +
        +
      • +

        getSignDate

        +
        java.util.Date getSignDate()
        +
        Deprecated. 
        +
        Returns the date of signature extracted from the signature.
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getIssuer

        +
        java.lang.String getIssuer()
        +
        Deprecated. 
        +
        Get the name of the issuer. + Short for SignatureDetailInformation#getX509Certificate()#getIssuer()#getName()
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getIssuerDNMap

        +
        java.util.Map getIssuerDNMap()
        +
        Deprecated. 
        +
        Short for SignatureDetailInformation#getX509Certificate()#getIssuerDNMap()
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getSubjectName

        +
        java.lang.String getSubjectName()
        +
        Deprecated. 
        +
        Short for SignatureDetailInformation#getX509Certificate()#getSubjectName()#toString()
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getSerialNumber

        +
        java.lang.String getSerialNumber()
        +
        Deprecated. 
        +
        Short for SignatureDetailInformation#getX509Certificate()#getSerialNumber()#toString()
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getSigAlgorithm

        +
        java.lang.String getSigAlgorithm()
        +
        Deprecated. 
        +
        Get the algorithm the signature was created with.
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getSigID

        +
        java.lang.String getSigID()
        +
        Deprecated. 
        +
        Returns:
        the signature id.
        +
      • +
      + + + +
        +
      • +

        getSigKZ

        +
        java.lang.String getSigKZ()
        +
        Deprecated. 
        +
        Returns:
        the signature method.
        +
      • +
      + + + +
        +
      • +

        getSignatureValue

        +
        java.lang.String getSignatureValue()
        +
        Deprecated. 
        +
        Returns:
        the signature value.
        +
      • +
      + + + +
        +
      • +

        getSigTimeStamp

        +
        java.lang.String getSigTimeStamp()
        +
        Deprecated. 
        +
        Returns:
        the signature time stamp.
        +
      • +
      + + + +
        +
      • +

        getSubjectDNMap

        +
        java.util.Map getSubjectDNMap()
        +
        Deprecated. 
        +
        Short for SignatureDetailInformation#getX509Certificate()#getSubjectDNMap()
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        getX509Certificate

        +
        java.security.cert.X509Certificate getX509Certificate()
        +
        Deprecated. 
        +
        Returns:
        the certificate used for signature.
        +
      • +
      + + + +
        +
      • +

        isTextual

        +
        boolean isTextual()
        +
        Deprecated. 
        +
        Returns:
        true if the signature is textual, false otherwise.
        +
      • +
      + + + +
        +
      • +

        isBinary

        +
        boolean isBinary()
        +
        Deprecated. 
        +
        Returns:
        true if this signature is binary, false otherwise.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/package-frame.html b/docs/full/at/gv/egiz/pdfas/api/sign/package-frame.html new file mode 100644 index 00000000..8ab9b71f --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/package-frame.html @@ -0,0 +1,24 @@ + + + + + +at.gv.egiz.pdfas.api.sign + + + + +

at.gv.egiz.pdfas.api.sign

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/package-summary.html b/docs/full/at/gv/egiz/pdfas/api/sign/package-summary.html new file mode 100644 index 00000000..1e06df57 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/package-summary.html @@ -0,0 +1,150 @@ + + + + + +at.gv.egiz.pdfas.api.sign + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.api.sign

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/package-tree.html b/docs/full/at/gv/egiz/pdfas/api/sign/package-tree.html new file mode 100644 index 00000000..25345b35 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/package-tree.html @@ -0,0 +1,131 @@ + + + + + +at.gv.egiz.pdfas.api.sign Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.api.sign

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePosition.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePosition.html new file mode 100644 index 00000000..7767ac68 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePosition.html @@ -0,0 +1,297 @@ + + + + + +SignaturePosition + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos
+

Interface SignaturePosition

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    SignaturePositionImpl
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface SignaturePosition
    +
    Holds the actual, absolute signature position where a signature was placed. + +

    + This is usually returned after signing. +

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

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

      Method Detail

      + + + +
        +
      • +

        getPage

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

        getX

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

        getY

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

        getWidth

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

        getHeight

        +
        float getHeight()
        +
        Deprecated. 
        +
        Returns the height of the signature.
        +
        Returns:
        Returns the height of the signature.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePositioning.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePositioning.html new file mode 100644 index 00000000..c9b0262b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePositioning.html @@ -0,0 +1,572 @@ + + + + + +SignaturePositioning + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos
+

Class SignaturePositioning

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class SignaturePositioning
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Defines how the signature positioning is to be performed. + +

    + This positioning allows to select the location where the signature block is + placed in the document. +

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignaturePositioning

        +
        public SignaturePositioning()
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        checkAxisAlgorithm

        +
        protected void checkAxisAlgorithm(AxisAlgorithm algorithm)
        +
      • +
      + + + +
        +
      • +

        checkPageAlgorithm

        +
        protected void checkPageAlgorithm(PageAlgorithm algorithm)
        +
      • +
      + + + +
        +
      • +

        getXAlgorithm

        +
        public AxisAlgorithm getXAlgorithm()
        +
        Returns:
        the xAlgorithm
        +
      • +
      + + + +
        +
      • +

        setXAlgorithm

        +
        public void setXAlgorithm(AxisAlgorithm algorithm)
        +
        Parameters:
        algorithm - the xAlgorithm to set
        +
      • +
      + + + +
        +
      • +

        getYAlgorithm

        +
        public AxisAlgorithm getYAlgorithm()
        +
        Returns:
        the yAlgorithm
        +
      • +
      + + + +
        +
      • +

        setYAlgorithm

        +
        public void setYAlgorithm(AxisAlgorithm algorithm)
        +
        Parameters:
        algorithm - the yAlgorithm to set
        +
      • +
      + + + +
        +
      • +

        getWidthAlgorithm

        +
        public AxisAlgorithm getWidthAlgorithm()
        +
        Returns:
        the widthAlgorithm
        +
      • +
      + + + +
        +
      • +

        setWidthAlgorithm

        +
        public void setWidthAlgorithm(AxisAlgorithm widthAlgorithm)
        +
        Parameters:
        widthAlgorithm - the widthAlgorithm to set
        +
      • +
      + + + +
        +
      • +

        getPageAlgorithm

        +
        public PageAlgorithm getPageAlgorithm()
        +
        Returns:
        the pageAlgorithm
        +
      • +
      + + + +
        +
      • +

        setPageAlgorithm

        +
        public void setPageAlgorithm(PageAlgorithm pageAlgorithm)
        +
        Parameters:
        pageAlgorithm - the pageAlgorithm to set
        +
      • +
      + + + +
        +
      • +

        getFooterLine

        +
        public float getFooterLine()
        +
        Returns:
        the footerLine
        +
      • +
      + + + +
        +
      • +

        setFooterLine

        +
        public void setFooterLine(float footerLine)
        +
        Parameters:
        footerLine - the footerLine to set
        +
      • +
      + + + +
        +
      • +

        getPositionString

        +
        public java.lang.String getPositionString()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html new file mode 100644 index 00000000..d5f9f4ea --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html @@ -0,0 +1,313 @@ + + + + + +AbsoluteAxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AbsoluteAxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AbsoluteAxisAlgorithm
    +extends AxisAlgorithm
    +implements java.io.Serializable
    +
    An absolute positioned element.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected floatabsoluteValue +
      The absolute positioning value on the axis.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AbsoluteAxisAlgorithm(float absoluteValue) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetAbsoluteValue() +
      Returns absolute positioning value on the axis.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        absoluteValue

        +
        protected float absoluteValue
        +
        The absolute positioning value on the axis.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbsoluteAxisAlgorithm

        +
        public AbsoluteAxisAlgorithm(float absoluteValue)
        +
        Constructor.
        +
        Parameters:
        absoluteValue - The absolute positioning value on the axis.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getAbsoluteValue

        +
        public float getAbsoluteValue()
        +
        Returns absolute positioning value on the axis.
        +
        Returns:
        the absoluteValue Returns absolute positioning value on the axis.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html new file mode 100644 index 00000000..bafb60b1 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html @@ -0,0 +1,238 @@ + + + + + +AutoAxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AutoAxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AutoAxisAlgorithm
    +extends AxisAlgorithm
    +implements java.io.Serializable
    +
    Auto positioning for this element.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AutoAxisAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AutoAxisAlgorithm

        +
        public AutoAxisAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html new file mode 100644 index 00000000..16577a71 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html @@ -0,0 +1,237 @@ + + + + + +AxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    AbsoluteAxisAlgorithm, AutoAxisAlgorithm
    +
    +
    +
    +
    public abstract class AxisAlgorithm
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Determines how a certain position is chosen on the axis (x, y, width).
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AxisAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AxisAlgorithm

        +
        public AxisAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html new file mode 100644 index 00000000..83c62186 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html @@ -0,0 +1,21 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis + + + + +

at.gv.egiz.pdfas.api.sign.pos.axis

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html new file mode 100644 index 00000000..9b1e7560 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html @@ -0,0 +1,145 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.api.sign.pos.axis

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html new file mode 100644 index 00000000..d51d3283 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html @@ -0,0 +1,131 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.api.sign.pos.axis

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-frame.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-frame.html new file mode 100644 index 00000000..f4b13ae5 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-frame.html @@ -0,0 +1,23 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos + + + + +

at.gv.egiz.pdfas.api.sign.pos

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-summary.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-summary.html new file mode 100644 index 00000000..e816dbc3 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-summary.html @@ -0,0 +1,148 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.api.sign.pos

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-tree.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-tree.html new file mode 100644 index 00000000..0016003e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-tree.html @@ -0,0 +1,130 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.api.sign.pos

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AbsolutePageAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AbsolutePageAlgorithm.html new file mode 100644 index 00000000..584adee8 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AbsolutePageAlgorithm.html @@ -0,0 +1,310 @@ + + + + + +AbsolutePageAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.page
+

Class AbsolutePageAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AbsolutePageAlgorithm
    +extends PageAlgorithm
    +implements java.io.Serializable
    +
    The page is selected absolutely by giving the page number directly.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected intpage +
      The page.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AbsolutePageAlgorithm(int page) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetPage() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        page

        +
        protected int page
        +
        The page.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbsolutePageAlgorithm

        +
        public AbsolutePageAlgorithm(int page)
        +
        Constructor.
        +
        Parameters:
        page - The page.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPage

        +
        public int getPage()
        +
        Returns:
        the page
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AutoPageAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AutoPageAlgorithm.html new file mode 100644 index 00000000..233bd037 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AutoPageAlgorithm.html @@ -0,0 +1,244 @@ + + + + + +AutoPageAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.page
+

Class AutoPageAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AutoPageAlgorithm
    +extends PageAlgorithm
    +implements java.io.Serializable
    +
    The page for placing the signature is selected automatically. + +

    + The algorithm first tries to place the signature on the free space of the + last page (considering the footer). If there is not enough space on the last + page, a new page is appended and the signature is placed there. +

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AutoPageAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AutoPageAlgorithm

        +
        public AutoPageAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/NewPageAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/NewPageAlgorithm.html new file mode 100644 index 00000000..a1aad316 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/NewPageAlgorithm.html @@ -0,0 +1,238 @@ + + + + + +NewPageAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.page
+

Class NewPageAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class NewPageAlgorithm
    +extends PageAlgorithm
    +implements java.io.Serializable
    +
    Places the signature on a new Page.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NewPageAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NewPageAlgorithm

        +
        public NewPageAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/PageAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/PageAlgorithm.html new file mode 100644 index 00000000..deeef055 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/PageAlgorithm.html @@ -0,0 +1,237 @@ + + + + + +PageAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.page
+

Class PageAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    AbsolutePageAlgorithm, AutoPageAlgorithm, NewPageAlgorithm
    +
    +
    +
    +
    public abstract class PageAlgorithm
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Determines how the page on which the signature is to be placed is selected.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PageAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PageAlgorithm

        +
        public PageAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-frame.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-frame.html new file mode 100644 index 00000000..301942a2 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-frame.html @@ -0,0 +1,22 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.page + + + + +

at.gv.egiz.pdfas.api.sign.pos.page

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-summary.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-summary.html new file mode 100644 index 00000000..3a006f9d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-summary.html @@ -0,0 +1,151 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.page + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.api.sign.pos.page

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-tree.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-tree.html new file mode 100644 index 00000000..a92b6d95 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-tree.html @@ -0,0 +1,132 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.page Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.api.sign.pos.page

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3