All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.Toolbar Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Toolbar 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(); /** */ @DISPID(117) void delete(); /** *

* Getter method for the COM property "Height" *

*/ @DISPID(123) @PropGet int height(); /** *

* Setter method for the COM property "Height" *

* @param rhs Mandatory int parameter. */ @DISPID(123) @PropPut void height( int rhs); /** *

* Getter method for the COM property "Left" *

*/ @DISPID(127) @PropGet int left(); /** *

* Setter method for the COM property "Left" *

* @param rhs Mandatory int parameter. */ @DISPID(127) @PropPut void left( int rhs); /** *

* Getter method for the COM property "Name" *

*/ @DISPID(110) @PropGet java.lang.String name(); /** *

* Getter method for the COM property "Position" *

*/ @DISPID(133) @PropGet int position(); /** *

* Setter method for the COM property "Position" *

* @param rhs Mandatory int parameter. */ @DISPID(133) @PropPut void position( int rhs); /** *

* Getter method for the COM property "Protection" *

*/ @DISPID(176) @PropGet net.rgielen.com4j.office2010.excel.XlToolbarProtection protection(); /** *

* Setter method for the COM property "Protection" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlToolbarProtection parameter. */ @DISPID(176) @PropPut void protection( net.rgielen.com4j.office2010.excel.XlToolbarProtection rhs); /** */ @DISPID(555) void reset(); /** *

* Getter method for the COM property "ToolbarButtons" *

*/ @DISPID(964) @PropGet net.rgielen.com4j.office2010.excel.ToolbarButtons toolbarButtons(); /** *

* Getter method for the COM property "Top" *

*/ @DISPID(126) @PropGet int top(); /** *

* Setter method for the COM property "Top" *

* @param rhs Mandatory int parameter. */ @DISPID(126) @PropPut void top( int rhs); /** *

* Getter method for the COM property "Visible" *

*/ @DISPID(558) @PropGet boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param rhs Mandatory boolean parameter. */ @DISPID(558) @PropPut void visible( boolean 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: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy