net.rgielen.com4j.office2010.office.COMAddIn Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C033A-0000-0000-C000-000000000046}")
public interface COMAddIn extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Description"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(9)
@DefaultMethod
java.lang.String description();
/**
*
* Setter method for the COM property "Description"
*
* @param retValue Mandatory java.lang.String parameter.
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(10)
@DefaultMethod
void description(
java.lang.String retValue);
/**
*
* Getter method for the COM property "ProgId"
*
* @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 progId();
/**
*
* Getter method for the COM property "Guid"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(12)
java.lang.String guid();
/**
*
* Getter method for the COM property "Connect"
*
* @return Returns a value of type boolean
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(13)
boolean connect();
/**
*
* Setter method for the COM property "Connect"
*
* @param retValue Mandatory boolean parameter.
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(14)
void connect(
boolean retValue);
/**
*
* Getter method for the COM property "Object"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(15)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject object();
/**
*
* Setter method for the COM property "Object"
*
* @param retValue Mandatory com4j.Com4jObject parameter.
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(16)
void object(
@MarshalAs(NativeType.Dispatch) com4j.Com4jObject retValue);
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(17)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
// Properties:
}