net.rgielen.com4j.office2010.excel.ControlFormat Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface ControlFormat extends Com4jObject {
// 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 text Mandatory java.lang.String parameter.
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(851)
void addItem(
java.lang.String text,
@Optional java.lang.Object index);
/**
*/
@DISPID(853)
void removeAllItems();
/**
* @param index Mandatory int parameter.
* @param count Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(852)
void removeItem(
int index,
@Optional java.lang.Object count);
/**
*
* Getter method for the COM property "DropDownLines"
*
*/
@DISPID(848)
@PropGet
int dropDownLines();
/**
*
* Setter method for the COM property "DropDownLines"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(848)
@PropPut
void dropDownLines(
int rhs);
/**
*
* Getter method for the COM property "Enabled"
*
*/
@DISPID(600)
@PropGet
boolean enabled();
/**
*
* Setter method for the COM property "Enabled"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(600)
@PropPut
void enabled(
boolean rhs);
/**
*
* Getter method for the COM property "LargeChange"
*
*/
@DISPID(845)
@PropGet
int largeChange();
/**
*
* Setter method for the COM property "LargeChange"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(845)
@PropPut
void largeChange(
int rhs);
/**
*
* Getter method for the COM property "LinkedCell"
*
*/
@DISPID(1058)
@PropGet
java.lang.String linkedCell();
/**
*
* Setter method for the COM property "LinkedCell"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(1058)
@PropPut
void linkedCell(
java.lang.String rhs);
/**
* @param index Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(861)
java.lang.Object list(
@Optional java.lang.Object index);
/**
*
* Getter method for the COM property "ListCount"
*
*/
@DISPID(849)
@PropGet
int listCount();
/**
*
* Setter method for the COM property "ListCount"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(849)
@PropPut
void listCount(
int rhs);
/**
*
* Getter method for the COM property "ListFillRange"
*
*/
@DISPID(847)
@PropGet
java.lang.String listFillRange();
/**
*
* Setter method for the COM property "ListFillRange"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(847)
@PropPut
void listFillRange(
java.lang.String rhs);
/**
*
* Getter method for the COM property "ListIndex"
*
*/
@DISPID(850)
@PropGet
int listIndex();
/**
*
* Setter method for the COM property "ListIndex"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(850)
@PropPut
void listIndex(
int rhs);
/**
*
* Getter method for the COM property "LockedText"
*
*/
@DISPID(616)
@PropGet
boolean lockedText();
/**
*
* Setter method for the COM property "LockedText"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(616)
@PropPut
void lockedText(
boolean rhs);
/**
*
* Getter method for the COM property "Max"
*
*/
@DISPID(842)
@PropGet
int max();
/**
*
* Setter method for the COM property "Max"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(842)
@PropPut
void max(
int rhs);
/**
*
* Getter method for the COM property "Min"
*
*/
@DISPID(843)
@PropGet
int min();
/**
*
* Setter method for the COM property "Min"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(843)
@PropPut
void min(
int rhs);
/**
*
* Getter method for the COM property "MultiSelect"
*
*/
@DISPID(32)
@PropGet
int multiSelect();
/**
*
* Setter method for the COM property "MultiSelect"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(32)
@PropPut
void multiSelect(
int rhs);
/**
*
* Getter method for the COM property "PrintObject"
*
*/
@DISPID(618)
@PropGet
boolean printObject();
/**
*
* Setter method for the COM property "PrintObject"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(618)
@PropPut
void printObject(
boolean rhs);
/**
*
* Getter method for the COM property "SmallChange"
*
*/
@DISPID(844)
@PropGet
int smallChange();
/**
*
* Setter method for the COM property "SmallChange"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(844)
@PropPut
void smallChange(
int rhs);
/**
*
* Getter method for the COM property "_Default"
*
*/
@DISPID(0)
@PropGet
@DefaultMethod
int _Default();
/**
*
* Setter method for the COM property "_Default"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(0)
@PropPut
@DefaultMethod
void _Default(
int rhs);
/**
*
* Getter method for the COM property "Value"
*
*/
@DISPID(6)
@PropGet
int value();
/**
*
* Setter method for the COM property "Value"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(6)
@PropPut
void value(
int rhs);
// Properties:
}