net.rgielen.com4j.office2010.excel.Sheets Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{000208D7-0000-0000-C000-000000000046}")
public interface Sheets extends Com4jObject,Iterable {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application
*/
@DISPID(148) //= 0x94. The runtime will prefer the VTID if present
@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
*/
@DISPID(149) //= 0x95. The runtime will prefer the VTID if present
@VTID(8)
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* 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(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
* @param before Optional parameter. Default value is com4j.Variant.getMissing()
* @param after Optional parameter. Default value is com4j.Variant.getMissing()
* @param count Optional parameter. Default value is com4j.Variant.getMissing()
* @param type Optional parameter. Default value is com4j.Variant.getMissing()
* @param lcid Mandatory int parameter.
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(181) //= 0xb5. The runtime will prefer the VTID if present
@VTID(10)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject add(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object before,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object after,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object count,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object type,
@LCID int lcid);
/**
* @param before Optional parameter. Default value is com4j.Variant.getMissing()
* @param after Optional parameter. Default value is com4j.Variant.getMissing()
* @param lcid Mandatory int parameter.
*/
@DISPID(551) //= 0x227. The runtime will prefer the VTID if present
@VTID(11)
void copy(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object before,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object after,
@LCID int lcid);
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@DISPID(118) //= 0x76. The runtime will prefer the VTID if present
@VTID(12)
int count();
/**
* @param lcid Mandatory int parameter.
*/
@DISPID(117) //= 0x75. The runtime will prefer the VTID if present
@VTID(13)
void delete(
@LCID int lcid);
/**
* @param range Mandatory net.rgielen.com4j.office2010.excel.Range parameter.
* @param type Optional parameter. Default value is -4104
* @param lcid Mandatory int parameter.
*/
@DISPID(469) //= 0x1d5. The runtime will prefer the VTID if present
@VTID(14)
void fillAcrossSheets(
net.rgielen.com4j.office2010.excel.Range range,
@Optional @DefaultValue("-4104") net.rgielen.com4j.office2010.excel.XlFillWith type,
@LCID int lcid);
/**
*
* Getter method for the COM property "Item"
*
* @param index Mandatory java.lang.Object parameter.
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(170) //= 0xaa. The runtime will prefer the VTID if present
@VTID(15)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject item(
@MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
* @param before Optional parameter. Default value is com4j.Variant.getMissing()
* @param after Optional parameter. Default value is com4j.Variant.getMissing()
* @param lcid Mandatory int parameter.
*/
@DISPID(637) //= 0x27d. The runtime will prefer the VTID if present
@VTID(16)
void move(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object before,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object after,
@LCID int lcid);
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present
@VTID(17)
java.util.Iterator iterator();
/**
* @param from Optional parameter. Default value is com4j.Variant.getMissing()
* @param to Optional parameter. Default value is com4j.Variant.getMissing()
* @param copies Optional parameter. Default value is com4j.Variant.getMissing()
* @param preview Optional parameter. Default value is com4j.Variant.getMissing()
* @param activePrinter Optional parameter. Default value is com4j.Variant.getMissing()
* @param printToFile Optional parameter. Default value is com4j.Variant.getMissing()
* @param collate Optional parameter. Default value is com4j.Variant.getMissing()
* @param lcid Mandatory int parameter.
*/
@DISPID(905) //= 0x389. The runtime will prefer the VTID if present
@VTID(18)
void __PrintOut(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object from,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object to,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object copies,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object preview,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object activePrinter,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object printToFile,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object collate,
@LCID int lcid);
/**
* @param enableChanges Optional parameter. Default value is com4j.Variant.getMissing()
* @param lcid Mandatory int parameter.
*/
@DISPID(281) //= 0x119. The runtime will prefer the VTID if present
@VTID(19)
void printPreview(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object enableChanges,
@LCID int lcid);
/**
* @param replace Optional parameter. Default value is com4j.Variant.getMissing()
* @param lcid Mandatory int parameter.
*/
@DISPID(235) //= 0xeb. The runtime will prefer the VTID if present
@VTID(20)
void select(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object replace,
@LCID int lcid);
/**
*
* Getter method for the COM property "HPageBreaks"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.HPageBreaks
*/
@DISPID(1418) //= 0x58a. The runtime will prefer the VTID if present
@VTID(21)
net.rgielen.com4j.office2010.excel.HPageBreaks hPageBreaks();
/**
*
* Getter method for the COM property "VPageBreaks"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.VPageBreaks
*/
@DISPID(1419) //= 0x58b. The runtime will prefer the VTID if present
@VTID(22)
net.rgielen.com4j.office2010.excel.VPageBreaks vPageBreaks();
/**
*
* Getter method for the COM property "Visible"
*
* @param lcid Mandatory int parameter.
* @return Returns a value of type java.lang.Object
*/
@DISPID(558) //= 0x22e. The runtime will prefer the VTID if present
@VTID(23)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object visible(
@LCID int lcid);
/**
*
* Setter method for the COM property "Visible"
*
* @param lcid Mandatory int parameter.
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(558) //= 0x22e. The runtime will prefer the VTID if present
@VTID(24)
void visible(
@LCID int lcid,
@MarshalAs(NativeType.VARIANT) java.lang.Object rhs);
/**
*
* Getter method for the COM property "_Default"
*
* @param index Mandatory java.lang.Object parameter.
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(25)
@DefaultMethod
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject _Default(
@MarshalAs(NativeType.VARIANT) java.lang.Object index);
/**
* @param from Optional parameter. Default value is com4j.Variant.getMissing()
* @param to Optional parameter. Default value is com4j.Variant.getMissing()
* @param copies Optional parameter. Default value is com4j.Variant.getMissing()
* @param preview Optional parameter. Default value is com4j.Variant.getMissing()
* @param activePrinter Optional parameter. Default value is com4j.Variant.getMissing()
* @param printToFile Optional parameter. Default value is com4j.Variant.getMissing()
* @param collate Optional parameter. Default value is com4j.Variant.getMissing()
* @param prToFileName Optional parameter. Default value is com4j.Variant.getMissing()
* @param lcid Mandatory int parameter.
*/
@DISPID(1772) //= 0x6ec. The runtime will prefer the VTID if present
@VTID(26)
void _PrintOut(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object from,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object to,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object copies,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object preview,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object activePrinter,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object printToFile,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object collate,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object prToFileName,
@LCID int lcid);
/**
* @param from Optional parameter. Default value is com4j.Variant.getMissing()
* @param to Optional parameter. Default value is com4j.Variant.getMissing()
* @param copies Optional parameter. Default value is com4j.Variant.getMissing()
* @param preview Optional parameter. Default value is com4j.Variant.getMissing()
* @param activePrinter Optional parameter. Default value is com4j.Variant.getMissing()
* @param printToFile Optional parameter. Default value is com4j.Variant.getMissing()
* @param collate Optional parameter. Default value is com4j.Variant.getMissing()
* @param prToFileName Optional parameter. Default value is com4j.Variant.getMissing()
* @param ignorePrintAreas Optional parameter. Default value is com4j.Variant.getMissing()
* @param lcid Mandatory int parameter.
*/
@DISPID(2361) //= 0x939. The runtime will prefer the VTID if present
@VTID(27)
void printOut(
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object from,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object to,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object copies,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object preview,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object activePrinter,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object printToFile,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object collate,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object prToFileName,
@Optional @MarshalAs(NativeType.VARIANT) java.lang.Object ignorePrintAreas,
@LCID int lcid);
// Properties:
}