net.rgielen.com4j.office2010.excel.ToolbarButton Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface ToolbarButton 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 "BuiltIn"
*
*/
@DISPID(553)
@PropGet
boolean builtIn();
/**
*
* Getter method for the COM property "BuiltInFace"
*
*/
@DISPID(554)
@PropGet
boolean builtInFace();
/**
*
* Setter method for the COM property "BuiltInFace"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(554)
@PropPut
void builtInFace(
boolean rhs);
/**
* @param toolbar Mandatory net.rgielen.com4j.office2010.excel.Toolbar parameter.
* @param before Mandatory int parameter.
*/
@DISPID(551)
void copy(
net.rgielen.com4j.office2010.excel.Toolbar toolbar,
int before);
/**
*/
@DISPID(966)
void copyFace();
/**
*/
@DISPID(117)
void delete();
/**
*/
@DISPID(562)
void edit();
/**
*
* Getter method for the COM property "Enabled"
*
*/
@DISPID(600)
@PropGet
boolean enabled();
/**
*
* Setter method for the COM property "Enabled"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(600)
@PropPut
void enabled(
boolean rhs);
/**
*
* Getter method for the COM property "HelpContextID"
*
*/
@DISPID(355)
@PropGet
int helpContextID();
/**
*
* Setter method for the COM property "HelpContextID"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(355)
@PropPut
void helpContextID(
int rhs);
/**
*
* Getter method for the COM property "HelpFile"
*
*/
@DISPID(360)
@PropGet
java.lang.String helpFile();
/**
*
* Setter method for the COM property "HelpFile"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(360)
@PropPut
void helpFile(
java.lang.String rhs);
/**
*
* Getter method for the COM property "ID"
*
*/
@DISPID(570)
@PropGet
int id();
/**
*
* Getter method for the COM property "IsGap"
*
*/
@DISPID(561)
@PropGet
boolean isGap();
/**
* @param toolbar Mandatory net.rgielen.com4j.office2010.excel.Toolbar parameter.
* @param before Mandatory int parameter.
*/
@DISPID(637)
void move(
net.rgielen.com4j.office2010.excel.Toolbar toolbar,
int before);
/**
*
* Getter method for the COM property "Name"
*
*/
@DISPID(110)
@PropGet
java.lang.String name();
/**
*
* Setter method for the COM property "Name"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(110)
@PropPut
void name(
java.lang.String rhs);
/**
*
* Getter method for the COM property "OnAction"
*
*/
@DISPID(596)
@PropGet
java.lang.String onAction();
/**
*
* Setter method for the COM property "OnAction"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(596)
@PropPut
void onAction(
java.lang.String rhs);
/**
*/
@DISPID(967)
void pasteFace();
/**
*
* Getter method for the COM property "Pushed"
*
*/
@DISPID(560)
@PropGet
boolean pushed();
/**
*
* Setter method for the COM property "Pushed"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(560)
@PropPut
void pushed(
boolean rhs);
/**
*/
@DISPID(555)
void reset();
/**
*
* Getter method for the COM property "StatusBar"
*
*/
@DISPID(386)
@PropGet
java.lang.String statusBar();
/**
*
* Setter method for the COM property "StatusBar"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(386)
@PropPut
void statusBar(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Width"
*
*/
@DISPID(122)
@PropGet
int width();
/**
*
* Setter method for the COM property "Width"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(122)
@PropPut
void width(
int rhs);
// Properties:
}