Package com.grapecity.documents.excel
Class 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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringGets the "address1" field in the signature details dialog.final StringGets the "address2" field in the signature details dialog.final StringGets the "application version" field in the additional information dialog.final StringgetCity()Gets the "city" field in the signature details dialog.final StringGets the "claimed role" field in the signature details dialog.final intGets the "color depth" field in the additional information dialog.final StringGets the "commitment type description" field in the signature details dialog.final StringGets the "commitment type qualifier" field in the signature details dialog.final StringGets the "country name" field in the signature details dialog.final intGets the "horizontal resolution" field in the additional information dialog.final intGets the "monitors" field in the additional information dialog.final StringGets the "office version" field in the additional information dialog.final StringGets the "postal code" field in the signature details dialog.final StringGets the "signature comments" field in the "sign" dialog.final StringGets the "state or province" field in the signature details dialog.final intGets the "vertical resolution" field in the additional information dialog.final StringGets the "windows version" field in the additional information dialog.final voidsetAddress1(String value) Sets the "address1" field in the signature details dialog.final voidsetAddress2(String value) Sets the "address2" field in the signature details dialog.final voidsetApplicationVersion(String value) Sets the "application version" field in the additional information dialog.final voidSets the "city" field in the signature details dialog.final voidsetClaimedRole(String value) Sets the "claimed role" field in the signature details dialog.final voidsetColorDepth(int value) Sets the "color depth" field in the additional information dialog.final voidSets the "commitment type description" field in the signature details dialog.final voidsetCommitmentTypeQualifier(String value) Sets the "commitment type qualifier" field in the signature details dialog.final voidsetCountryName(String value) Sets the "country name" field in the signature details dialog.final voidsetHorizontalResolution(int value) Sets the "horizontal resolution" field in the additional information dialog.final voidsetMonitors(int value) Sets the "monitors" field in the additional information dialog.final voidsetOfficeVersion(String value) Sets the "office version" field in the additional information dialog.final voidsetPostalCode(String value) Sets the "postal code" field in the signature details dialog.final voidsetSignatureComments(String value) Sets the "signature comments" field in the "sign" dialog.final voidsetStateOrProvince(String value) Sets the "state or province" field in the signature details dialog.final voidsetVerticalResolution(int value) Sets the "vertical resolution" field in the additional information dialog.final voidsetWindowsVersion(String value) Sets the "windows version" field in the additional information dialog.
-
Constructor Details
-
SignatureDetails
public SignatureDetails()
-
-
Method Details
-
getSignatureComments
Gets the "signature comments" field in the "sign" dialog. -
setSignatureComments
Sets the "signature comments" field in the "sign" dialog. -
getWindowsVersion
Gets the "windows version" field in the additional information dialog. -
setWindowsVersion
Sets the "windows version" field in the additional information dialog. -
getOfficeVersion
Gets the "office version" field in the additional information dialog. -
setOfficeVersion
Sets the "office version" field in the additional information dialog. -
getApplicationVersion
Gets the "application version" field in the additional information dialog. -
setApplicationVersion
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
Gets the "address1" field in the signature details dialog. -
setAddress1
Sets the "address1" field in the signature details dialog. -
getAddress2
Gets the "address2" field in the signature details dialog. -
setAddress2
Sets the "address2" field in the signature details dialog. -
getCity
Gets the "city" field in the signature details dialog. -
setCity
Sets the "city" field in the signature details dialog. -
getStateOrProvince
Gets the "state or province" field in the signature details dialog. -
setStateOrProvince
Sets the "state or province" field in the signature details dialog. -
getPostalCode
Gets the "postal code" field in the signature details dialog. -
setPostalCode
Sets the "postal code" field in the signature details dialog. -
getCountryName
Gets the "country name" field in the signature details dialog. -
setCountryName
Sets the "country name" field in the signature details dialog. -
getClaimedRole
Gets the "claimed role" field in the signature details dialog. -
setClaimedRole
Sets the "claimed role" field in the signature details dialog. -
getCommitmentTypeDescription
Gets the "commitment type description" field in the signature details dialog. -
setCommitmentTypeDescription
Sets the "commitment type description" field in the signature details dialog. -
getCommitmentTypeQualifier
Gets the "commitment type qualifier" field in the signature details dialog. -
setCommitmentTypeQualifier
Sets the "commitment type qualifier" field in the signature details dialog.
-