[]
        
(Showing Draft Content)

SignatureDetails

Class SignatureDetails

java.lang.Object
com.grapecity.documents.excel.SignatureDetails

public class SignatureDetails extends Object
Provides signature details for application developers to implement the "Sign" button on "Signature Details" dialog. Represents data of SignatureInfoV1, SignatureInfoV2 and XAdES part in the signature.
  • Constructor Details

    • SignatureDetails

      public SignatureDetails()
  • Method Details

    • getSignatureComments

      public final String getSignatureComments()
      Gets the "signature comments" field in the "sign" dialog.
    • setSignatureComments

      public final void setSignatureComments(String value)
      Sets the "signature comments" field in the "sign" dialog.
    • getWindowsVersion

      public final String getWindowsVersion()
      Gets the "windows version" field in the additional information dialog.
    • setWindowsVersion

      public final void setWindowsVersion(String value)
      Sets the "windows version" field in the additional information dialog.
    • getOfficeVersion

      public final String getOfficeVersion()
      Gets the "office version" field in the additional information dialog.
    • setOfficeVersion

      public final void setOfficeVersion(String value)
      Sets the "office version" field in the additional information dialog.
    • getApplicationVersion

      public final String getApplicationVersion()
      Gets the "application version" field in the additional information dialog.
    • setApplicationVersion

      public final void setApplicationVersion(String value)
      Sets the "application version" field in the additional information dialog.
    • getMonitors

      public final int getMonitors()
      Gets the "monitors" field in the additional information dialog.
    • setMonitors

      public final void setMonitors(int value)
      Sets the "monitors" field in the additional information dialog.
    • getHorizontalResolution

      public final int getHorizontalResolution()
      Gets the "horizontal resolution" field in the additional information dialog.
    • setHorizontalResolution

      public final void setHorizontalResolution(int value)
      Sets the "horizontal resolution" field in the additional information dialog.
    • getVerticalResolution

      public final int getVerticalResolution()
      Gets the "vertical resolution" field in the additional information dialog.
    • setVerticalResolution

      public final void setVerticalResolution(int value)
      Sets the "vertical resolution" field in the additional information dialog.
    • getColorDepth

      public final int getColorDepth()
      Gets the "color depth" field in the additional information dialog.
    • setColorDepth

      public final void setColorDepth(int value)
      Sets the "color depth" field in the additional information dialog.
    • getAddress1

      public final String getAddress1()
      Gets the "address1" field in the signature details dialog.
    • setAddress1

      public final void setAddress1(String value)
      Sets the "address1" field in the signature details dialog.
    • getAddress2

      public final String getAddress2()
      Gets the "address2" field in the signature details dialog.
    • setAddress2

      public final void setAddress2(String value)
      Sets the "address2" field in the signature details dialog.
    • getCity

      public final String getCity()
      Gets the "city" field in the signature details dialog.
    • setCity

      public final void setCity(String value)
      Sets the "city" field in the signature details dialog.
    • getStateOrProvince

      public final String getStateOrProvince()
      Gets the "state or province" field in the signature details dialog.
    • setStateOrProvince

      public final void setStateOrProvince(String value)
      Sets the "state or province" field in the signature details dialog.
    • getPostalCode

      public final String getPostalCode()
      Gets the "postal code" field in the signature details dialog.
    • setPostalCode

      public final void setPostalCode(String value)
      Sets the "postal code" field in the signature details dialog.
    • getCountryName

      public final String getCountryName()
      Gets the "country name" field in the signature details dialog.
    • setCountryName

      public final void setCountryName(String value)
      Sets the "country name" field in the signature details dialog.
    • getClaimedRole

      public final String getClaimedRole()
      Gets the "claimed role" field in the signature details dialog.
    • setClaimedRole

      public final void setClaimedRole(String value)
      Sets the "claimed role" field in the signature details dialog.
    • getCommitmentTypeDescription

      public final String getCommitmentTypeDescription()
      Gets the "commitment type description" field in the signature details dialog.
    • setCommitmentTypeDescription

      public final void setCommitmentTypeDescription(String value)
      Sets the "commitment type description" field in the signature details dialog.
    • getCommitmentTypeQualifier

      public final String getCommitmentTypeQualifier()
      Gets the "commitment type qualifier" field in the signature details dialog.
    • setCommitmentTypeQualifier

      public final void setCommitmentTypeQualifier(String value)
      Sets the "commitment type qualifier" field in the signature details dialog.