net.rgielen.com4j.office2010.excel.IToolbar Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{0002085C-0001-0000-C000-000000000046}")
public interface IToolbar 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 "BuiltIn"
*
* @return Returns a value of type boolean
*/
@VTID(10)
boolean builtIn();
/**
*/
@VTID(11)
void delete();
/**
*
* Getter method for the COM property "Height"
*
* @return Returns a value of type int
*/
@VTID(12)
int height();
/**
*
* Setter method for the COM property "Height"
*
* @param rhs Mandatory int parameter.
*/
@VTID(13)
void height(
int rhs);
/**
*
* Getter method for the COM property "Left"
*
* @return Returns a value of type int
*/
@VTID(14)
int left();
/**
*
* Setter method for the COM property "Left"
*
* @param rhs Mandatory int parameter.
*/
@VTID(15)
void left(
int rhs);
/**
*
* 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 "Position"
*
* @return Returns a value of type int
*/
@VTID(17)
int position();
/**
*
* Setter method for the COM property "Position"
*
* @param rhs Mandatory int parameter.
*/
@VTID(18)
void position(
int rhs);
/**
*
* Getter method for the COM property "Protection"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlToolbarProtection
*/
@VTID(19)
net.rgielen.com4j.office2010.excel.XlToolbarProtection protection();
/**
*
* Setter method for the COM property "Protection"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlToolbarProtection parameter.
*/
@VTID(20)
void protection(
net.rgielen.com4j.office2010.excel.XlToolbarProtection rhs);
/**
*/
@VTID(21)
void reset();
/**
*
* Getter method for the COM property "ToolbarButtons"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ToolbarButtons
*/
@VTID(22)
net.rgielen.com4j.office2010.excel.ToolbarButtons toolbarButtons();
/**
*
* Getter method for the COM property "Top"
*
* @return Returns a value of type int
*/
@VTID(23)
int top();
/**
*
* Setter method for the COM property "Top"
*
* @param rhs Mandatory int parameter.
*/
@VTID(24)
void top(
int rhs);
/**
*
* Getter method for the COM property "Visible"
*
* @return Returns a value of type boolean
*/
@VTID(25)
boolean visible();
/**
*
* Setter method for the COM property "Visible"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(26)
void visible(
boolean rhs);
/**
*
* Getter method for the COM property "Width"
*
* @return Returns a value of type int
*/
@VTID(27)
int width();
/**
*
* Setter method for the COM property "Width"
*
* @param rhs Mandatory int parameter.
*/
@VTID(28)
void width(
int rhs);
// Properties:
}