net.rgielen.com4j.office2010.office.SignatureSet Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0410-0000-0000-C000-000000000046}")
public interface SignatureSet extends net.rgielen.com4j.office2010.office._IMsoDispObj,Iterable {
// Methods:
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present
@VTID(9)
java.util.Iterator iterator();
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present
@VTID(10)
int count();
/**
*
* Getter method for the COM property "Item"
*
* @param iSig Mandatory int parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.office.Signature
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(11)
@DefaultMethod
net.rgielen.com4j.office2010.office.Signature item(
int iSig);
/**
* @return Returns a value of type net.rgielen.com4j.office2010.office.Signature
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.office.Signature add();
/**
*/
@DISPID(1610809348) //= 0x60030004. The runtime will prefer the VTID if present
@VTID(13)
void commit();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610809349) //= 0x60030005. The runtime will prefer the VTID if present
@VTID(14)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
* @param varSigProv Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type net.rgielen.com4j.office2010.office.Signature
*/
@DISPID(1610809350) //= 0x60030006. The runtime will prefer the VTID if present
@VTID(15)
net.rgielen.com4j.office2010.office.Signature addNonVisibleSignature(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object varSigProv);
/**
*
* Getter method for the COM property "CanAddSignatureLine"
*
* @return Returns a value of type boolean
*/
@DISPID(1610809351) //= 0x60030007. The runtime will prefer the VTID if present
@VTID(16)
boolean canAddSignatureLine();
/**
* @param varSigProv Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type net.rgielen.com4j.office2010.office.Signature
*/
@DISPID(1610809352) //= 0x60030008. The runtime will prefer the VTID if present
@VTID(17)
net.rgielen.com4j.office2010.office.Signature addSignatureLine(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object varSigProv);
/**
*
* Getter method for the COM property "Subset"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoSignatureSubset
*/
@DISPID(1610809353) //= 0x60030009. The runtime will prefer the VTID if present
@VTID(18)
net.rgielen.com4j.office2010.office.MsoSignatureSubset subset();
/**
*
* Setter method for the COM property "Subset"
*
* @param psubset Mandatory net.rgielen.com4j.office2010.office.MsoSignatureSubset parameter.
*/
@DISPID(1610809353) //= 0x60030009. The runtime will prefer the VTID if present
@VTID(19)
void subset(
net.rgielen.com4j.office2010.office.MsoSignatureSubset psubset);
/**
*
* Setter method for the COM property "ShowSignaturesPane"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1610809355) //= 0x6003000b. The runtime will prefer the VTID if present
@VTID(20)
void showSignaturesPane(
boolean rhs);
// Properties:
}