net.rgielen.com4j.office2010.office.Axes Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C1712-0000-0000-C000-000000000046}")
public interface Axes extends Com4jObject,Iterable {
// Methods:
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(7)
int count();
/**
*
* Getter method for the COM property "Item"
*
* @param type Mandatory net.rgielen.com4j.office2010.office.XlAxisType parameter.
* @param axisGroup Optional parameter. Default value is 1
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoAxis
*/
@DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present
@VTID(8)
net.rgielen.com4j.office2010.office.IMsoAxis item(
net.rgielen.com4j.office2010.office.XlAxisType type,
@Optional @DefaultValue("1") net.rgielen.com4j.office2010.office.XlAxisGroup axisGroup);
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(9)
java.util.Iterator iterator();
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(148) //= 0x94. The runtime will prefer the VTID if present
@VTID(10)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@DISPID(149) //= 0x95. The runtime will prefer the VTID if present
@VTID(11)
int creator();
/**
*
* Getter method for the COM property "_Default"
*
* @param type Mandatory net.rgielen.com4j.office2010.office.XlAxisType parameter.
* @param axisGroup Optional parameter. Default value is 1
* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoAxis
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(12)
@DefaultMethod
net.rgielen.com4j.office2010.office.IMsoAxis _Default(
net.rgielen.com4j.office2010.office.XlAxisType type,
@Optional @DefaultValue("1") net.rgielen.com4j.office2010.office.XlAxisGroup axisGroup);
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(150) //= 0x96. The runtime will prefer the VTID if present
@VTID(13)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
// Properties:
}