net.rgielen.com4j.office2010.excel.Windows Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface Windows 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 arrangeStyle Optional parameter. Default value is 1
* @param activeWorkbook Optional parameter. Default value is com4j.Variant.getMissing()
* @param syncHorizontal Optional parameter. Default value is com4j.Variant.getMissing()
* @param syncVertical Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(638)
java.lang.Object arrange(
@Optional @DefaultValue("1") net.rgielen.com4j.office2010.excel.XlArrangeStyle arrangeStyle,
@Optional java.lang.Object activeWorkbook,
@Optional java.lang.Object syncHorizontal,
@Optional java.lang.Object syncVertical);
/**
*
* Getter method for the COM property "Count"
*
*/
@DISPID(118)
@PropGet
int count();
/**
*
* Getter method for the COM property "Item"
*
* @param index Mandatory java.lang.Object parameter.
*/
@DISPID(170)
@PropGet
net.rgielen.com4j.office2010.excel.Window item(
java.lang.Object index);
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(-4)
@PropGet
java.util.Iterator iterator();
/**
*
* Getter method for the COM property "_Default"
*
* @param index Mandatory java.lang.Object parameter.
*/
@DISPID(0)
@PropGet
@DefaultMethod
net.rgielen.com4j.office2010.excel.Window _Default(
java.lang.Object index);
/**
* @param windowName Mandatory java.lang.Object parameter.
*/
@DISPID(2246)
boolean compareSideBySideWith(
java.lang.Object windowName);
/**
*/
@DISPID(2248)
boolean breakSideBySide();
/**
*
* Getter method for the COM property "SyncScrollingSideBySide"
*
*/
@DISPID(2249)
@PropGet
boolean syncScrollingSideBySide();
/**
*
* Setter method for the COM property "SyncScrollingSideBySide"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2249)
@PropPut
void syncScrollingSideBySide(
boolean rhs);
/**
*/
@DISPID(2250)
void resetPositionsSideBySide();
// Properties:
}