net.rgielen.com4j.office2010.office.SignatureDetail Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum SignatureDetail {
/**
*
* The value of this constant is 0
*
*/
sigdetLocalSigningTime, // 0
/**
*
* The value of this constant is 1
*
*/
sigdetApplicationName, // 1
/**
*
* The value of this constant is 2
*
*/
sigdetApplicationVersion, // 2
/**
*
* The value of this constant is 3
*
*/
sigdetOfficeVersion, // 3
/**
*
* The value of this constant is 4
*
*/
sigdetWindowsVersion, // 4
/**
*
* The value of this constant is 5
*
*/
sigdetNumberOfMonitors, // 5
/**
*
* The value of this constant is 6
*
*/
sigdetHorizResolution, // 6
/**
*
* The value of this constant is 7
*
*/
sigdetVertResolution, // 7
/**
*
* The value of this constant is 8
*
*/
sigdetColorDepth, // 8
/**
*
* The value of this constant is 9
*
*/
sigdetSignedData, // 9
/**
*
* The value of this constant is 10
*
*/
sigdetDocPreviewImg, // 10
/**
*
* The value of this constant is 11
*
*/
sigdetIPFormHash, // 11
/**
*
* The value of this constant is 12
*
*/
sigdetIPCurrentView, // 12
/**
*
* The value of this constant is 13
*
*/
sigdetSignatureType, // 13
/**
*
* The value of this constant is 14
*
*/
sigdetHashAlgorithm, // 14
/**
*
* The value of this constant is 15
*
*/
sigdetShouldShowViewWarning, // 15
/**
*
* The value of this constant is 16
*
*/
sigdetDelSuggSigner, // 16
/**
*
* The value of this constant is 17
*
*/
sigdetDelSuggSignerSet, // 17
/**
*
* The value of this constant is 18
*
*/
sigdetDelSuggSignerLine2, // 18
/**
*
* The value of this constant is 19
*
*/
sigdetDelSuggSignerLine2Set, // 19
/**
*
* The value of this constant is 20
*
*/
sigdetDelSuggSignerEmail, // 20
/**
*
* The value of this constant is 21
*
*/
sigdetDelSuggSignerEmailSet, // 21
}