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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Top10 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(); /** *

* Setter method for the COM property "StopIfTrue" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2625) @PropPut void stopIfTrue( boolean rhs); /** *

* Getter method for the COM property "AppliesTo" *

*/ @DISPID(2626) @PropGet net.rgielen.com4j.office2010.excel.Range appliesTo(); /** *

* Getter method for the COM property "TopBottom" *

*/ @DISPID(2728) @PropGet net.rgielen.com4j.office2010.excel.XlTopBottom topBottom(); /** *

* Setter method for the COM property "TopBottom" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTopBottom parameter. */ @DISPID(2728) @PropPut void topBottom( net.rgielen.com4j.office2010.excel.XlTopBottom rhs); /** *

* Getter method for the COM property "Rank" *

*/ @DISPID(1290) @PropGet int rank(); /** *

* Setter method for the COM property "Rank" *

* @param rhs Mandatory int parameter. */ @DISPID(1290) @PropPut void rank( int rhs); /** *

* Getter method for the COM property "Percent" *

*/ @DISPID(2729) @PropGet boolean percent(); /** *

* Setter method for the COM property "Percent" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2729) @PropPut void percent( boolean rhs); /** *

* Getter method for the COM property "Interior" *

*/ @DISPID(129) @PropGet net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "Borders" *

*/ @DISPID(435) @PropGet net.rgielen.com4j.office2010.excel.Borders borders(); /** *

* Getter method for the COM property "Font" *

*/ @DISPID(146) @PropGet net.rgielen.com4j.office2010.excel.Font font(); /** *

* Getter method for the COM property "Type" *

*/ @DISPID(108) @PropGet int type(); /** *

* Getter method for the COM property "NumberFormat" *

*/ @DISPID(193) @PropGet java.lang.Object numberFormat(); /** *

* Setter method for the COM property "NumberFormat" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(193) @PropPut void numberFormat( java.lang.Object rhs); /** */ @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 "CalcFor" *

*/ @DISPID(2730) @PropGet net.rgielen.com4j.office2010.excel.XlCalcFor calcFor(); /** *

* Setter method for the COM property "CalcFor" *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy