net.rgielen.com4j.office2010.excel.ListDataFormat Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface ListDataFormat 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();
/**
*
* Getter method for the COM property "_Default"
*
*/
@DISPID(0)
@PropGet
@DefaultMethod
net.rgielen.com4j.office2010.excel.XlListDataType _Default();
/**
*
* Getter method for the COM property "Choices"
*
*/
@DISPID(2348)
@PropGet
java.lang.Object choices();
/**
*
* Getter method for the COM property "DecimalPlaces"
*
*/
@DISPID(2349)
@PropGet
int decimalPlaces();
/**
*
* Getter method for the COM property "DefaultValue"
*
*/
@DISPID(2350)
@PropGet
java.lang.Object defaultValue();
/**
*
* Getter method for the COM property "IsPercent"
*
*/
@DISPID(2351)
@PropGet
boolean isPercent();
/**
*
* Getter method for the COM property "lcid"
*
*/
@DISPID(2352)
@PropGet
int lcid();
/**
*
* Getter method for the COM property "MaxCharacters"
*
*/
@DISPID(2353)
@PropGet
int maxCharacters();
/**
*
* Getter method for the COM property "MaxNumber"
*
*/
@DISPID(2354)
@PropGet
java.lang.Object maxNumber();
/**
*
* Getter method for the COM property "MinNumber"
*
*/
@DISPID(2355)
@PropGet
java.lang.Object minNumber();
/**
*
* Getter method for the COM property "Required"
*
*/
@DISPID(2356)
@PropGet
boolean required();
/**
*
* Getter method for the COM property "Type"
*
*/
@DISPID(108)
@PropGet
net.rgielen.com4j.office2010.excel.XlListDataType type();
/**
*
* Getter method for the COM property "ReadOnly"
*
*/
@DISPID(296)
@PropGet
boolean readOnly();
/**
*
* Getter method for the COM property "AllowFillIn"
*
*/
@DISPID(2357)
@PropGet
boolean allowFillIn();
// Properties:
}