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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Scenarios 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 name Mandatory java.lang.String parameter. * @param changingCells Mandatory java.lang.Object parameter. * @param values Optional parameter. Default value is com4j.Variant.getMissing() * @param comment Optional parameter. Default value is com4j.Variant.getMissing() * @param locked Optional parameter. Default value is com4j.Variant.getMissing() * @param hidden Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(181) net.rgielen.com4j.office2010.excel.Scenario add( java.lang.String name, java.lang.Object changingCells, @Optional java.lang.Object values, @Optional java.lang.Object comment, @Optional java.lang.Object locked, @Optional java.lang.Object hidden); /** *

* Getter method for the COM property "Count" *

*/ @DISPID(118) @PropGet int count(); /** * @param reportType Optional parameter. Default value is 1 * @param resultCells Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(913) java.lang.Object createSummary( @Optional @DefaultValue("1") net.rgielen.com4j.office2010.excel.XlSummaryReportType reportType, @Optional java.lang.Object resultCells); /** * @param index Mandatory java.lang.Object parameter. */ @DISPID(170) net.rgielen.com4j.office2010.excel.Scenario item( java.lang.Object index); /** * @param source Mandatory java.lang.Object parameter. */ @DISPID(564) java.lang.Object merge( java.lang.Object source); /** */ @DISPID(-4) java.util.Iterator iterator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy