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

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

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

import com4j.*;

@IID("{00020896-0001-0000-C000-000000000046}")
public interface IScenarios extends Com4jObject,Iterable {
  // 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(); /** * @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() * @return Returns a value of type net.rgielen.com4j.office2010.excel.Scenario */ @VTID(10) net.rgielen.com4j.office2010.excel.Scenario add( java.lang.String name, @MarshalAs(NativeType.VARIANT) java.lang.Object changingCells, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object values, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object comment, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object locked, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object hidden); /** *

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @VTID(11) int count(); /** * @param reportType Optional parameter. Default value is 1 * @param resultCells Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(12) @ReturnValue(type=NativeType.VARIANT) java.lang.Object createSummary( @Optional @DefaultValue("1") net.rgielen.com4j.office2010.excel.XlSummaryReportType reportType, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object resultCells); /** * @param index Mandatory java.lang.Object parameter. * @return Returns a value of type net.rgielen.com4j.office2010.excel.Scenario */ @VTID(13) net.rgielen.com4j.office2010.excel.Scenario item( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** * @param source Mandatory java.lang.Object parameter. * @return Returns a value of type java.lang.Object */ @VTID(14) @ReturnValue(type=NativeType.VARIANT) java.lang.Object merge( @MarshalAs(NativeType.VARIANT) java.lang.Object source); /** */ @VTID(15) java.util.Iterator iterator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy