All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.IDatabar Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{00024496-0001-0000-C000-000000000046}")
public interface IDatabar extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application */ @VTID(7) net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator */ @VTID(8) net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "Priority" *

* @return Returns a value of type int */ @VTID(10) int priority(); /** *

* Setter method for the COM property "Priority" *

* @param rhs Mandatory int parameter. */ @VTID(11) void priority( int rhs); /** *

* Getter method for the COM property "StopIfTrue" *

* @return Returns a value of type boolean */ @VTID(12) boolean stopIfTrue(); /** *

* Getter method for the COM property "AppliesTo" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Range */ @VTID(13) net.rgielen.com4j.office2010.excel.Range appliesTo(); /** *

* Getter method for the COM property "MinPoint" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ConditionValue */ @VTID(14) net.rgielen.com4j.office2010.excel.ConditionValue minPoint(); /** *

* Getter method for the COM property "MaxPoint" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ConditionValue */ @VTID(15) net.rgielen.com4j.office2010.excel.ConditionValue maxPoint(); /** *

* Getter method for the COM property "PercentMin" *

* @return Returns a value of type int */ @VTID(16) int percentMin(); /** *

* Setter method for the COM property "PercentMin" *

* @param rhs Mandatory int parameter. */ @VTID(17) void percentMin( int rhs); /** *

* Getter method for the COM property "PercentMax" *

* @return Returns a value of type int */ @VTID(18) int percentMax(); /** *

* Setter method for the COM property "PercentMax" *

* @param rhs Mandatory int parameter. */ @VTID(19) void percentMax( int rhs); /** *

* Getter method for the COM property "BarColor" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(20) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject barColor(); /** *

* Getter method for the COM property "ShowValue" *

* @return Returns a value of type boolean */ @VTID(21) boolean showValue(); /** *

* Setter method for the COM property "ShowValue" *

* @param rhs Mandatory boolean parameter. */ @VTID(22) void showValue( boolean rhs); /** *

* Getter method for the COM property "Formula" *

* @return Returns a value of type java.lang.String */ @VTID(23) java.lang.String formula(); /** *

* Setter method for the COM property "Formula" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(24) void formula( java.lang.String rhs); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type int */ @VTID(25) int type(); /** */ @VTID(26) void setFirstPriority(); /** */ @VTID(27) void setLastPriority(); /** */ @VTID(28) void delete(); /** * @param range Mandatory net.rgielen.com4j.office2010.excel.Range parameter. */ @VTID(29) void modifyAppliesToRange( net.rgielen.com4j.office2010.excel.Range range); /** *

* Getter method for the COM property "PTCondition" *

* @return Returns a value of type boolean */ @VTID(30) boolean ptCondition(); /** *

* Getter method for the COM property "ScopeType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlPivotConditionScope */ @VTID(31) net.rgielen.com4j.office2010.excel.XlPivotConditionScope scopeType(); /** *

* Setter method for the COM property "ScopeType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPivotConditionScope parameter. */ @VTID(32) void scopeType( net.rgielen.com4j.office2010.excel.XlPivotConditionScope rhs); /** *

* Getter method for the COM property "Direction" *

* @return Returns a value of type int */ @VTID(33) int direction(); /** *

* Setter method for the COM property "Direction" *

* @param rhs Mandatory int parameter. */ @VTID(34) void direction( int rhs); /** *

* Getter method for the COM property "BarFillType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlDataBarFillType */ @VTID(35) net.rgielen.com4j.office2010.excel.XlDataBarFillType barFillType(); /** *

* Setter method for the COM property "BarFillType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlDataBarFillType parameter. */ @VTID(36) void barFillType( net.rgielen.com4j.office2010.excel.XlDataBarFillType rhs); /** *

* Getter method for the COM property "AxisPosition" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlDataBarAxisPosition */ @VTID(37) net.rgielen.com4j.office2010.excel.XlDataBarAxisPosition axisPosition(); /** *

* Setter method for the COM property "AxisPosition" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlDataBarAxisPosition parameter. */ @VTID(38) void axisPosition( net.rgielen.com4j.office2010.excel.XlDataBarAxisPosition rhs); /** *

* Getter method for the COM property "AxisColor" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(39) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject axisColor(); /** *

* Getter method for the COM property "BarBorder" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.DataBarBorder */ @VTID(40) net.rgielen.com4j.office2010.excel.DataBarBorder barBorder(); /** *

* Getter method for the COM property "NegativeBarFormat" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.NegativeBarFormat */ @VTID(41) net.rgielen.com4j.office2010.excel.NegativeBarFormat negativeBarFormat(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy