类 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.
  • 构造器详细资料

    • SignatureDetails

      public SignatureDetails()
  • 方法详细资料

    • getSignatureComments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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