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

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

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

import com4j.*;

@IID("{000208BE-0001-0000-C000-000000000046}")
public interface ITrendline 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 "Backward" *

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

* Setter method for the COM property "Backward" *

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

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Border */ @VTID(12) net.rgielen.com4j.office2010.excel.Border border(); /** * @return Returns a value of type java.lang.Object */ @VTID(13) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clearFormats(); /** *

* Getter method for the COM property "DataLabel" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.DataLabel */ @VTID(14) net.rgielen.com4j.office2010.excel.DataLabel dataLabel(); /** * @return Returns a value of type java.lang.Object */ @VTID(15) @ReturnValue(type=NativeType.VARIANT) java.lang.Object delete(); /** *

* Getter method for the COM property "DisplayEquation" *

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

* Setter method for the COM property "DisplayEquation" *

* @param rhs Mandatory boolean parameter. */ @VTID(17) void displayEquation( boolean rhs); /** *

* Getter method for the COM property "DisplayRSquared" *

* @return Returns a value of type boolean */ @VTID(18) boolean displayRSquared(); /** *

* Setter method for the COM property "DisplayRSquared" *

* @param rhs Mandatory boolean parameter. */ @VTID(19) void displayRSquared( boolean rhs); /** *

* Getter method for the COM property "Forward" *

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

* Setter method for the COM property "Forward" *

* @param rhs Mandatory int parameter. */ @VTID(21) void forward( int rhs); /** *

* Getter method for the COM property "Index" *

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

* Getter method for the COM property "Intercept" *

* @return Returns a value of type double */ @VTID(23) double intercept(); /** *

* Setter method for the COM property "Intercept" *

* @param rhs Mandatory double parameter. */ @VTID(24) void intercept( double rhs); /** *

* Getter method for the COM property "InterceptIsAuto" *

* @return Returns a value of type boolean */ @VTID(25) boolean interceptIsAuto(); /** *

* Setter method for the COM property "InterceptIsAuto" *

* @param rhs Mandatory boolean parameter. */ @VTID(26) void interceptIsAuto( boolean rhs); /** *

* Getter method for the COM property "Name" *

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

* Setter method for the COM property "Name" *

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

* Getter method for the COM property "NameIsAuto" *

* @return Returns a value of type boolean */ @VTID(29) boolean nameIsAuto(); /** *

* Setter method for the COM property "NameIsAuto" *

* @param rhs Mandatory boolean parameter. */ @VTID(30) void nameIsAuto( boolean rhs); /** *

* Getter method for the COM property "Order" *

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

* Setter method for the COM property "Order" *

* @param rhs Mandatory int parameter. */ @VTID(32) void order( int rhs); /** *

* Getter method for the COM property "Period" *

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

* Setter method for the COM property "Period" *

* @param rhs Mandatory int parameter. */ @VTID(34) void period( int rhs); /** * @return Returns a value of type java.lang.Object */ @VTID(35) @ReturnValue(type=NativeType.VARIANT) java.lang.Object select(); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlTrendlineType */ @VTID(36) net.rgielen.com4j.office2010.excel.XlTrendlineType type(); /** *

* Setter method for the COM property "Type" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTrendlineType parameter. */ @VTID(37) void type( net.rgielen.com4j.office2010.excel.XlTrendlineType rhs); /** *

* Getter method for the COM property "Backward2" *

* @return Returns a value of type double */ @VTID(38) double backward2(); /** *

* Setter method for the COM property "Backward2" *

* @param rhs Mandatory double parameter. */ @VTID(39) void backward2( double rhs); /** *

* Getter method for the COM property "Forward2" *

* @return Returns a value of type double */ @VTID(40) double forward2(); /** *

* Setter method for the COM property "Forward2" *

* @param rhs Mandatory double parameter. */ @VTID(41) void forward2( double rhs); /** *

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat */ @VTID(42) net.rgielen.com4j.office2010.excel.ChartFormat format(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy