net.rgielen.com4j.office2010.excel.AddIn Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface AddIn extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
*/
@DISPID(148)
@PropGet
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
*/
@DISPID(149)
@PropGet
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
*/
@DISPID(150)
@PropGet
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Author"
*
*/
@DISPID(574)
@PropGet
java.lang.String author();
/**
*
* Getter method for the COM property "Comments"
*
*/
@DISPID(575)
@PropGet
java.lang.String comments();
/**
*
* Getter method for the COM property "FullName"
*
*/
@DISPID(289)
@PropGet
java.lang.String fullName();
/**
*
* Getter method for the COM property "Installed"
*
*/
@DISPID(550)
@PropGet
boolean installed();
/**
*
* Setter method for the COM property "Installed"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(550)
@PropPut
void installed(
boolean rhs);
/**
*
* Getter method for the COM property "Keywords"
*
*/
@DISPID(577)
@PropGet
java.lang.String keywords();
/**
*
* Getter method for the COM property "Name"
*
*/
@DISPID(110)
@PropGet
java.lang.String name();
/**
*
* Getter method for the COM property "Path"
*
*/
@DISPID(291)
@PropGet
java.lang.String path();
/**
*
* Getter method for the COM property "Subject"
*
*/
@DISPID(953)
@PropGet
java.lang.String subject();
/**
*
* Getter method for the COM property "Title"
*
*/
@DISPID(199)
@PropGet
java.lang.String title();
/**
*
* Getter method for the COM property "progID"
*
*/
@DISPID(1523)
@PropGet
java.lang.String progID();
/**
*
* Getter method for the COM property "CLSID"
*
*/
@DISPID(2043)
@PropGet
java.lang.String clsid();
/**
*
* Getter method for the COM property "IsOpen"
*
*/
@DISPID(2865)
@PropGet
boolean isOpen();
// Properties:
}