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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface MenuItems extends Com4jObject,Iterable {
  // 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(); /** * @param caption Mandatory java.lang.String parameter. * @param onAction Optional parameter. Default value is com4j.Variant.getMissing() * @param shortcutKey Optional parameter. Default value is com4j.Variant.getMissing() * @param before Optional parameter. Default value is com4j.Variant.getMissing() * @param restore Optional parameter. Default value is com4j.Variant.getMissing() * @param statusBar Optional parameter. Default value is com4j.Variant.getMissing() * @param helpFile Optional parameter. Default value is com4j.Variant.getMissing() * @param helpContextID Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(181) net.rgielen.com4j.office2010.excel.MenuItem add( java.lang.String caption, @Optional java.lang.Object onAction, @Optional java.lang.Object shortcutKey, @Optional java.lang.Object before, @Optional java.lang.Object restore, @Optional java.lang.Object statusBar, @Optional java.lang.Object helpFile, @Optional java.lang.Object helpContextID); /** * @param caption Mandatory java.lang.String parameter. * @param before Optional parameter. Default value is com4j.Variant.getMissing() * @param restore Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(598) net.rgielen.com4j.office2010.excel.Menu addMenu( java.lang.String caption, @Optional java.lang.Object before, @Optional java.lang.Object restore); /** *

* Getter method for the COM property "Count" *

*/ @DISPID(118) @PropGet int count(); /** *

* Getter method for the COM property "_Default" *

* @param index Mandatory java.lang.Object parameter. */ @DISPID(0) @PropGet @DefaultMethod com4j.Com4jObject _Default( java.lang.Object index); /** *

* Getter method for the COM property "Item" *

* @param index Mandatory java.lang.Object parameter. */ @DISPID(170) @PropGet com4j.Com4jObject item( java.lang.Object index); /** *

* Getter method for the COM property "_NewEnum" *

*/ @DISPID(-4) @PropGet java.util.Iterator iterator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy