类 SignatureDetails
java.lang.Object
com.grapecity.documents.excel.SignatureDetails
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.
-
构造器概要
-
方法概要
修饰符和类型方法说明final String
Represents the "address1" field in the signature details dialog.final String
Represents the "address2" field in the signature details dialog.final String
Represents the "application version" field in the additional information dialog.final String
getCity()
Represents the "city" field in the signature details dialog.final String
Represents the "claimed role" field in the signature details dialog.final int
Represents the "color depth" field in the additional information dialog.final String
Represents the "commitment type description" field in the signature details dialog.final String
Represents the "commitment type qualifier" field in the signature details dialog.final String
Represents the "country name" field in the signature details dialog.final int
Represents the "horizontal resolution" field in the additional information dialog.final int
Represents the "monitors" field in the additional information dialog.final String
Represents the "office version" field in the additional information dialog.final String
Represents the "postal code" field in the signature details dialog.final String
Represents the "signature comments" field in the "sign" dialog.final String
Represents the "state or province" field in the signature details dialog.final int
Represents the "vertical resolution" field in the additional information dialog.final String
Represents the "windows version" field in the additional information dialog.final void
setAddress1
(String value) Represents the "address1" field in the signature details dialog.final void
setAddress2
(String value) Represents the "address2" field in the signature details dialog.final void
setApplicationVersion
(String value) Represents the "application version" field in the additional information dialog.final void
Represents the "city" field in the signature details dialog.final void
setClaimedRole
(String value) Represents the "claimed role" field in the signature details dialog.final void
setColorDepth
(int value) Represents the "color depth" field in the additional information dialog.final void
Represents the "commitment type description" field in the signature details dialog.final void
setCommitmentTypeQualifier
(String value) Represents the "commitment type qualifier" field in the signature details dialog.final void
setCountryName
(String value) Represents the "country name" field in the signature details dialog.final void
setHorizontalResolution
(int value) Represents the "horizontal resolution" field in the additional information dialog.final void
setMonitors
(int value) Represents the "monitors" field in the additional information dialog.final void
setOfficeVersion
(String value) Represents the "office version" field in the additional information dialog.final void
setPostalCode
(String value) Represents the "postal code" field in the signature details dialog.final void
setSignatureComments
(String value) Represents the "signature comments" field in the "sign" dialog.final void
setStateOrProvince
(String value) Represents the "state or province" field in the signature details dialog.final void
setVerticalResolution
(int value) Represents the "vertical resolution" field in the additional information dialog.final void
setWindowsVersion
(String value) Represents the "windows version" field in the additional information dialog.
-
构造器详细资料
-
SignatureDetails
public SignatureDetails()
-
-
方法详细资料
-
getSignatureComments
Represents the "signature comments" field in the "sign" dialog. -
setSignatureComments
Represents the "signature comments" field in the "sign" dialog. -
getWindowsVersion
Represents the "windows version" field in the additional information dialog. -
setWindowsVersion
Represents the "windows version" field in the additional information dialog. -
getOfficeVersion
Represents the "office version" field in the additional information dialog. -
setOfficeVersion
Represents the "office version" field in the additional information dialog. -
getApplicationVersion
Represents the "application version" field in the additional information dialog. -
setApplicationVersion
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
Represents the "address1" field in the signature details dialog. -
setAddress1
Represents the "address1" field in the signature details dialog. -
getAddress2
Represents the "address2" field in the signature details dialog. -
setAddress2
Represents the "address2" field in the signature details dialog. -
getCity
Represents the "city" field in the signature details dialog. -
setCity
Represents the "city" field in the signature details dialog. -
getStateOrProvince
Represents the "state or province" field in the signature details dialog. -
setStateOrProvince
Represents the "state or province" field in the signature details dialog. -
getPostalCode
Represents the "postal code" field in the signature details dialog. -
setPostalCode
Represents the "postal code" field in the signature details dialog. -
getCountryName
Represents the "country name" field in the signature details dialog. -
setCountryName
Represents the "country name" field in the signature details dialog. -
getClaimedRole
Represents the "claimed role" field in the signature details dialog. -
setClaimedRole
Represents the "claimed role" field in the signature details dialog. -
getCommitmentTypeDescription
Represents the "commitment type description" field in the signature details dialog. -
setCommitmentTypeDescription
Represents the "commitment type description" field in the signature details dialog. -
getCommitmentTypeQualifier
Represents the "commitment type qualifier" field in the signature details dialog. -
setCommitmentTypeQualifier
Represents the "commitment type qualifier" field in the signature details dialog.
-