net.rgielen.com4j.office2010.excel.IAddIn Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020857-0001-0000-C000-000000000046}")
public interface IAddIn extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application
*/
@VTID(7)
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator
*/
@VTID(8)
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Author"
*
* @return Returns a value of type java.lang.String
*/
@VTID(10)
java.lang.String author();
/**
*
* Getter method for the COM property "Comments"
*
* @return Returns a value of type java.lang.String
*/
@VTID(11)
java.lang.String comments();
/**
*
* Getter method for the COM property "FullName"
*
* @return Returns a value of type java.lang.String
*/
@VTID(12)
java.lang.String fullName();
/**
*
* Getter method for the COM property "Installed"
*
* @return Returns a value of type boolean
*/
@VTID(13)
boolean installed();
/**
*
* Setter method for the COM property "Installed"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(14)
void installed(
boolean rhs);
/**
*
* Getter method for the COM property "Keywords"
*
* @return Returns a value of type java.lang.String
*/
@VTID(15)
java.lang.String keywords();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@VTID(16)
java.lang.String name();
/**
*
* Getter method for the COM property "Path"
*
* @return Returns a value of type java.lang.String
*/
@VTID(17)
java.lang.String path();
/**
*
* Getter method for the COM property "Subject"
*
* @return Returns a value of type java.lang.String
*/
@VTID(18)
java.lang.String subject();
/**
*
* Getter method for the COM property "Title"
*
* @return Returns a value of type java.lang.String
*/
@VTID(19)
java.lang.String title();
/**
*
* Getter method for the COM property "progID"
*
* @return Returns a value of type java.lang.String
*/
@VTID(20)
java.lang.String progID();
/**
*
* Getter method for the COM property "CLSID"
*
* @return Returns a value of type java.lang.String
*/
@VTID(21)
java.lang.String clsid();
/**
*
* Getter method for the COM property "IsOpen"
*
* @return Returns a value of type boolean
*/
@VTID(22)
boolean isOpen();
// Properties:
}