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

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

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

import com4j.*;

@IID("{00024497-0001-0000-C000-000000000046}")
public interface IIconSetCondition 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 "Type" *

* @return Returns a value of type int */ @VTID(14) int type(); /** * @param range Mandatory net.rgielen.com4j.office2010.excel.Range parameter. */ @VTID(15) void modifyAppliesToRange( net.rgielen.com4j.office2010.excel.Range range); /** *

* Getter method for the COM property "PTCondition" *

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

* Getter method for the COM property "ScopeType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlPivotConditionScope */ @VTID(17) 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(18) void scopeType( net.rgielen.com4j.office2010.excel.XlPivotConditionScope rhs); /** */ @VTID(19) void setFirstPriority(); /** */ @VTID(20) void setLastPriority(); /** */ @VTID(21) void delete(); /** *

* Getter method for the COM property "ReverseOrder" *

* @return Returns a value of type boolean */ @VTID(22) boolean reverseOrder(); /** *

* Setter method for the COM property "ReverseOrder" *

* @param rhs Mandatory boolean parameter. */ @VTID(23) void reverseOrder( boolean rhs); /** *

* Getter method for the COM property "PercentileValues" *

* @return Returns a value of type boolean */ @VTID(24) boolean percentileValues(); /** *

* Setter method for the COM property "PercentileValues" *

* @param rhs Mandatory boolean parameter. */ @VTID(25) void percentileValues( boolean rhs); /** *

* Getter method for the COM property "ShowIconOnly" *

* @return Returns a value of type boolean */ @VTID(26) boolean showIconOnly(); /** *

* Setter method for the COM property "ShowIconOnly" *

* @param rhs Mandatory boolean parameter. */ @VTID(27) void showIconOnly( boolean rhs); /** *

* Getter method for the COM property "Formula" *

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

* Setter method for the COM property "Formula" *

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

* Getter method for the COM property "IconSet" *

* @return Returns a value of type java.lang.Object */ @VTID(30) @ReturnValue(type=NativeType.VARIANT) java.lang.Object iconSet(); /** *

* Setter method for the COM property "IconSet" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(31) void iconSet( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "IconCriteria" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.IconCriteria */ @VTID(32) net.rgielen.com4j.office2010.excel.IconCriteria iconCriteria(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy