net.rgielen.com4j.office2010.excel.IconSetCondition Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface IconSetCondition 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 "Priority"
*
*/
@DISPID(985)
@PropGet
int priority();
/**
*
* Setter method for the COM property "Priority"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(985)
@PropPut
void priority(
int rhs);
/**
*
* Getter method for the COM property "StopIfTrue"
*
*/
@DISPID(2625)
@PropGet
boolean stopIfTrue();
/**
*
* Getter method for the COM property "AppliesTo"
*
*/
@DISPID(2626)
@PropGet
net.rgielen.com4j.office2010.excel.Range appliesTo();
/**
*
* Getter method for the COM property "Type"
*
*/
@DISPID(108)
@PropGet
int type();
/**
* @param range Mandatory net.rgielen.com4j.office2010.excel.Range parameter.
*/
@DISPID(2627)
void modifyAppliesToRange(
net.rgielen.com4j.office2010.excel.Range range);
/**
*
* Getter method for the COM property "PTCondition"
*
*/
@DISPID(2631)
@PropGet
boolean ptCondition();
/**
*
* Getter method for the COM property "ScopeType"
*
*/
@DISPID(2615)
@PropGet
net.rgielen.com4j.office2010.excel.XlPivotConditionScope scopeType();
/**
*
* Setter method for the COM property "ScopeType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPivotConditionScope parameter.
*/
@DISPID(2615)
@PropPut
void scopeType(
net.rgielen.com4j.office2010.excel.XlPivotConditionScope rhs);
/**
*/
@DISPID(2629)
void setFirstPriority();
/**
*/
@DISPID(2630)
void setLastPriority();
/**
*/
@DISPID(117)
void delete();
/**
*
* Getter method for the COM property "ReverseOrder"
*
*/
@DISPID(2723)
@PropGet
boolean reverseOrder();
/**
*
* Setter method for the COM property "ReverseOrder"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2723)
@PropPut
void reverseOrder(
boolean rhs);
/**
*
* Getter method for the COM property "PercentileValues"
*
*/
@DISPID(2724)
@PropGet
boolean percentileValues();
/**
*
* Setter method for the COM property "PercentileValues"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2724)
@PropPut
void percentileValues(
boolean rhs);
/**
*
* Getter method for the COM property "ShowIconOnly"
*
*/
@DISPID(2725)
@PropGet
boolean showIconOnly();
/**
*
* Setter method for the COM property "ShowIconOnly"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2725)
@PropPut
void showIconOnly(
boolean rhs);
/**
*
* Getter method for the COM property "Formula"
*
*/
@DISPID(261)
@PropGet
java.lang.String formula();
/**
*
* Setter method for the COM property "Formula"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(261)
@PropPut
void formula(
java.lang.String rhs);
/**
*
* Getter method for the COM property "IconSet"
*
*/
@DISPID(2726)
@PropGet
java.lang.Object iconSet();
/**
*
* Setter method for the COM property "IconSet"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(2726)
@PropPut
void iconSet(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "IconCriteria"
*
*/
@DISPID(2727)
@PropGet
net.rgielen.com4j.office2010.excel.IconCriteria iconCriteria();
// Properties:
}