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

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

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

import com4j.*;

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

*/ @DISPID(110) @PropGet java.lang.String name(); /** */ @DISPID(235) java.lang.Object select(); /** *

* Getter method for the COM property "Border" *

*/ @DISPID(128) @PropGet net.rgielen.com4j.office2010.excel.Border border(); /** */ @DISPID(117) java.lang.Object delete(); /** *

* Getter method for the COM property "Interior" *

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

* Getter method for the COM property "Fill" *

*/ @DISPID(1663) @PropGet net.rgielen.com4j.office2010.excel.ChartFillFormat fill(); /** *

* Getter method for the COM property "Caption" *

*/ @DISPID(139) @PropGet java.lang.String caption(); /** *

* Setter method for the COM property "Caption" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(139) @PropPut void caption( java.lang.String rhs); /** *

* Getter method for the COM property "Characters" *

* @param start Optional parameter. Default value is com4j.Variant.getMissing() * @param length Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(603) @PropGet net.rgielen.com4j.office2010.excel.Characters characters( @Optional java.lang.Object start, @Optional java.lang.Object length); /** *

* Getter method for the COM property "Font" *

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

* Getter method for the COM property "HorizontalAlignment" *

*/ @DISPID(136) @PropGet java.lang.Object horizontalAlignment(); /** *

* Setter method for the COM property "HorizontalAlignment" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(136) @PropPut void horizontalAlignment( java.lang.Object rhs); /** *

* Getter method for the COM property "Left" *

*/ @DISPID(127) @PropGet double left(); /** *

* Setter method for the COM property "Left" *

* @param rhs Mandatory double parameter. */ @DISPID(127) @PropPut void left( double rhs); /** *

* Getter method for the COM property "Orientation" *

*/ @DISPID(134) @PropGet java.lang.Object orientation(); /** *

* Setter method for the COM property "Orientation" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(134) @PropPut void orientation( java.lang.Object rhs); /** *

* Getter method for the COM property "Shadow" *

*/ @DISPID(103) @PropGet boolean shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory boolean parameter. */ @DISPID(103) @PropPut void shadow( boolean rhs); /** *

* Getter method for the COM property "Text" *

*/ @DISPID(138) @PropGet java.lang.String text(); /** *

* Setter method for the COM property "Text" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(138) @PropPut void text( java.lang.String rhs); /** *

* Getter method for the COM property "Top" *

*/ @DISPID(126) @PropGet double top(); /** *

* Setter method for the COM property "Top" *

* @param rhs Mandatory double parameter. */ @DISPID(126) @PropPut void top( double rhs); /** *

* Getter method for the COM property "VerticalAlignment" *

*/ @DISPID(137) @PropGet java.lang.Object verticalAlignment(); /** *

* Setter method for the COM property "VerticalAlignment" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(137) @PropPut void verticalAlignment( java.lang.Object rhs); /** *

* Getter method for the COM property "ReadingOrder" *

*/ @DISPID(975) @PropGet int readingOrder(); /** *

* Setter method for the COM property "ReadingOrder" *

* @param rhs Mandatory int parameter. */ @DISPID(975) @PropPut void readingOrder( int rhs); /** *

* Getter method for the COM property "AutoScaleFont" *

*/ @DISPID(1525) @PropGet java.lang.Object autoScaleFont(); /** *

* Setter method for the COM property "AutoScaleFont" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1525) @PropPut void autoScaleFont( java.lang.Object rhs); /** *

* Getter method for the COM property "IncludeInLayout" *

*/ @DISPID(2648) @PropGet boolean includeInLayout(); /** *

* Setter method for the COM property "IncludeInLayout" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2648) @PropPut void includeInLayout( boolean rhs); /** *

* Getter method for the COM property "Position" *

*/ @DISPID(133) @PropGet net.rgielen.com4j.office2010.excel.XlChartElementPosition position(); /** *

* Setter method for the COM property "Position" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartElementPosition parameter. */ @DISPID(133) @PropPut void position( net.rgielen.com4j.office2010.excel.XlChartElementPosition rhs); /** *

* Getter method for the COM property "Format" *

*/ @DISPID(116) @PropGet net.rgielen.com4j.office2010.excel.ChartFormat format(); /** *

* Getter method for the COM property "Height" *

*/ @DISPID(123) @PropGet double height(); /** *

* Getter method for the COM property "Width" *

*/ @DISPID(122) @PropGet double width(); /** *

* Getter method for the COM property "Formula" *

*/ @DISPID(261) @PropGet java.lang.String formula(); /** *

* Setter method for the COM property "Formula" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(261) @PropPut void formula( java.lang.String rhs); /** *

* Getter method for the COM property "FormulaR1C1" *

*/ @DISPID(264) @PropGet java.lang.String formulaR1C1(); /** *

* Setter method for the COM property "FormulaR1C1" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(264) @PropPut void formulaR1C1( java.lang.String rhs); /** *

* Getter method for the COM property "FormulaLocal" *

*/ @DISPID(263) @PropGet java.lang.String formulaLocal(); /** *

* Setter method for the COM property "FormulaLocal" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(263) @PropPut void formulaLocal( java.lang.String rhs); /** *

* Getter method for the COM property "FormulaR1C1Local" *

*/ @DISPID(265) @PropGet java.lang.String formulaR1C1Local(); /** *

* Setter method for the COM property "FormulaR1C1Local" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(265) @PropPut void formulaR1C1Local( java.lang.String rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy