net.rgielen.com4j.office2010.office.SignatureInfo Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000CD6A2-0000-0000-C000-000000000046}")
public interface SignatureInfo extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "ReadOnly"
*
* @return Returns a value of type boolean
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(9)
boolean readOnly();
/**
*
* Getter method for the COM property "SignatureProvider"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(10)
java.lang.String signatureProvider();
/**
*
* Getter method for the COM property "SignatureText"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(11)
java.lang.String signatureText();
/**
*
* Setter method for the COM property "SignatureText"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(12)
void signatureText(
java.lang.String pbstr);
/**
*
* Getter method for the COM property "SignatureImage"
*
* @return Returns a value of type Holder
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(13)
Holder signatureImage();
/**
*
* Setter method for the COM property "SignatureImage"
*
* @param ppipictdisp Mandatory Holder parameter.
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(14)
void signatureImage(
Holder ppipictdisp);
/**
*
* Getter method for the COM property "SignatureComment"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(15)
java.lang.String signatureComment();
/**
*
* Setter method for the COM property "SignatureComment"
*
* @param pbstr Mandatory java.lang.String parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(16)
void signatureComment(
java.lang.String pbstr);
/**
* @param sigdet Mandatory net.rgielen.com4j.office2010.office.SignatureDetail parameter.
* @return Returns a value of type java.lang.Object
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(17)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object getSignatureDetail(
net.rgielen.com4j.office2010.office.SignatureDetail sigdet);
/**
* @param certdet Mandatory net.rgielen.com4j.office2010.office.CertificateDetail parameter.
* @return Returns a value of type java.lang.Object
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(18)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object getCertificateDetail(
net.rgielen.com4j.office2010.office.CertificateDetail certdet);
/**
*
* Getter method for the COM property "ContentVerificationResults"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ContentVerificationResults
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(19)
net.rgielen.com4j.office2010.office.ContentVerificationResults contentVerificationResults();
/**
*
* Getter method for the COM property "CertificateVerificationResults"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.CertificateVerificationResults
*/
@DISPID(9) //= 0x9. The runtime will prefer the VTID if present
@VTID(20)
net.rgielen.com4j.office2010.office.CertificateVerificationResults certificateVerificationResults();
/**
*
* Getter method for the COM property "IsValid"
*
* @return Returns a value of type boolean
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(21)
boolean isValid();
/**
*
* Getter method for the COM property "IsCertificateExpired"
*
* @return Returns a value of type boolean
*/
@DISPID(11) //= 0xb. The runtime will prefer the VTID if present
@VTID(22)
boolean isCertificateExpired();
/**
*
* Getter method for the COM property "IsCertificateRevoked"
*
* @return Returns a value of type boolean
*/
@DISPID(12) //= 0xc. The runtime will prefer the VTID if present
@VTID(23)
boolean isCertificateRevoked();
/**
*
* Getter method for the COM property "IsCertificateUntrusted"
*
* @return Returns a value of type boolean
*/
@DISPID(13) //= 0xd. The runtime will prefer the VTID if present
@VTID(24)
boolean isCertificateUntrusted();
/**
* @param parentWindow Mandatory com4j.Com4jObject parameter.
*/
@DISPID(14) //= 0xe. The runtime will prefer the VTID if present
@VTID(25)
void showSignatureCertificate(
com4j.Com4jObject parentWindow);
/**
* @param parentWindow Mandatory com4j.Com4jObject parameter.
*/
@DISPID(15) //= 0xf. The runtime will prefer the VTID if present
@VTID(26)
void selectSignatureCertificate(
com4j.Com4jObject parentWindow);
/**
* @param bstrThumbprint Mandatory java.lang.String parameter.
*/
@DISPID(16) //= 0x10. The runtime will prefer the VTID if present
@VTID(27)
void selectCertificateDetailByThumbprint(
java.lang.String bstrThumbprint);
// Properties:
}