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

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

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

import com4j.*;

@IID("{0002449D-0001-0000-C000-000000000046}")
public interface ITop10 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(); /** *

* Setter method for the COM property "StopIfTrue" *

* @param rhs Mandatory boolean parameter. */ @VTID(13) void stopIfTrue( boolean rhs); /** *

* Getter method for the COM property "AppliesTo" *

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

* Getter method for the COM property "TopBottom" *

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

* Setter method for the COM property "TopBottom" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTopBottom parameter. */ @VTID(16) void topBottom( net.rgielen.com4j.office2010.excel.XlTopBottom rhs); /** *

* Getter method for the COM property "Rank" *

* @return Returns a value of type int */ @VTID(17) int rank(); /** *

* Setter method for the COM property "Rank" *

* @param rhs Mandatory int parameter. */ @VTID(18) void rank( int rhs); /** *

* Getter method for the COM property "Percent" *

* @return Returns a value of type boolean */ @VTID(19) boolean percent(); /** *

* Setter method for the COM property "Percent" *

* @param rhs Mandatory boolean parameter. */ @VTID(20) void percent( boolean rhs); /** *

* Getter method for the COM property "Interior" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Interior */ @VTID(21) net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "Borders" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Borders */ @VTID(22) net.rgielen.com4j.office2010.excel.Borders borders(); /** *

* Getter method for the COM property "Font" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Font */ @VTID(23) net.rgielen.com4j.office2010.excel.Font font(); /** *

* Getter method for the COM property "Type" *

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

* Getter method for the COM property "NumberFormat" *

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

* Setter method for the COM property "NumberFormat" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(26) void numberFormat( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** */ @VTID(27) void setFirstPriority(); /** */ @VTID(28) void setLastPriority(); /** */ @VTID(29) void delete(); /** * @param range Mandatory net.rgielen.com4j.office2010.excel.Range parameter. */ @VTID(30) void modifyAppliesToRange( net.rgielen.com4j.office2010.excel.Range range); /** *

* Getter method for the COM property "PTCondition" *

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

* Getter method for the COM property "ScopeType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlPivotConditionScope */ @VTID(32) 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(33) void scopeType( net.rgielen.com4j.office2010.excel.XlPivotConditionScope rhs); /** *

* Getter method for the COM property "CalcFor" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCalcFor */ @VTID(34) net.rgielen.com4j.office2010.excel.XlCalcFor calcFor(); /** *

* Setter method for the COM property "CalcFor" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlCalcFor parameter. */ @VTID(35) void calcFor( net.rgielen.com4j.office2010.excel.XlCalcFor rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy