net.rgielen.com4j.office2010.excel.Databar Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface Databar 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 "MinPoint"
*
*/
@DISPID(2718)
@PropGet
net.rgielen.com4j.office2010.excel.ConditionValue minPoint();
/**
*
* Getter method for the COM property "MaxPoint"
*
*/
@DISPID(2719)
@PropGet
net.rgielen.com4j.office2010.excel.ConditionValue maxPoint();
/**
*
* Getter method for the COM property "PercentMin"
*
*/
@DISPID(2720)
@PropGet
int percentMin();
/**
*
* Setter method for the COM property "PercentMin"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(2720)
@PropPut
void percentMin(
int rhs);
/**
*
* Getter method for the COM property "PercentMax"
*
*/
@DISPID(2721)
@PropGet
int percentMax();
/**
*
* Setter method for the COM property "PercentMax"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(2721)
@PropPut
void percentMax(
int rhs);
/**
*
* Getter method for the COM property "BarColor"
*
*/
@DISPID(2722)
@PropGet
com4j.Com4jObject barColor();
/**
*
* Getter method for the COM property "ShowValue"
*
*/
@DISPID(2024)
@PropGet
boolean showValue();
/**
*
* Setter method for the COM property "ShowValue"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2024)
@PropPut
void showValue(
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 "Type"
*
*/
@DISPID(108)
@PropGet
int type();
/**
*/
@DISPID(2629)
void setFirstPriority();
/**
*/
@DISPID(2630)
void setLastPriority();
/**
*/
@DISPID(117)
void delete();
/**
* @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);
/**
*
* Getter method for the COM property "Direction"
*
*/
@DISPID(168)
@PropGet
int direction();
/**
*
* Setter method for the COM property "Direction"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(168)
@PropPut
void direction(
int rhs);
/**
*
* Getter method for the COM property "BarFillType"
*
*/
@DISPID(2941)
@PropGet
net.rgielen.com4j.office2010.excel.XlDataBarFillType barFillType();
/**
*
* Setter method for the COM property "BarFillType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlDataBarFillType parameter.
*/
@DISPID(2941)
@PropPut
void barFillType(
net.rgielen.com4j.office2010.excel.XlDataBarFillType rhs);
/**
*
* Getter method for the COM property "AxisPosition"
*
*/
@DISPID(2942)
@PropGet
net.rgielen.com4j.office2010.excel.XlDataBarAxisPosition axisPosition();
/**
*
* Setter method for the COM property "AxisPosition"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlDataBarAxisPosition parameter.
*/
@DISPID(2942)
@PropPut
void axisPosition(
net.rgielen.com4j.office2010.excel.XlDataBarAxisPosition rhs);
/**
*
* Getter method for the COM property "AxisColor"
*
*/
@DISPID(2943)
@PropGet
com4j.Com4jObject axisColor();
/**
*
* Getter method for the COM property "BarBorder"
*
*/
@DISPID(2944)
@PropGet
net.rgielen.com4j.office2010.excel.DataBarBorder barBorder();
/**
*
* Getter method for the COM property "NegativeBarFormat"
*
*/
@DISPID(2945)
@PropGet
net.rgielen.com4j.office2010.excel.NegativeBarFormat negativeBarFormat();
// Properties:
}