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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface DataLabels extends Com4jObject,Iterable {
  // 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(); /** */ @DISPID(65545) void _Dummy9(); /** */ @DISPID(65546) void _Dummy10(); /** *

* 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); /** */ @DISPID(65549) void _Dummy13(); /** *

* 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); /** */ @DISPID(65552) void _Dummy16(); /** */ @DISPID(65553) void _Dummy17(); /** *

* 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 "AutoText" *

*/ @DISPID(135) @PropGet boolean autoText(); /** *

* Setter method for the COM property "AutoText" *

* @param rhs Mandatory boolean parameter. */ @DISPID(135) @PropPut void autoText( boolean rhs); /** *

* Getter method for the COM property "NumberFormat" *

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

* Setter method for the COM property "NumberFormat" *

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

* Getter method for the COM property "NumberFormatLinked" *

*/ @DISPID(194) @PropGet boolean numberFormatLinked(); /** *

* Setter method for the COM property "NumberFormatLinked" *

* @param rhs Mandatory boolean parameter. */ @DISPID(194) @PropPut void numberFormatLinked( boolean rhs); /** *

* Getter method for the COM property "NumberFormatLocal" *

*/ @DISPID(1097) @PropGet java.lang.Object numberFormatLocal(); /** *

* Setter method for the COM property "NumberFormatLocal" *

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

* Getter method for the COM property "ShowLegendKey" *

*/ @DISPID(171) @PropGet boolean showLegendKey(); /** *

* Setter method for the COM property "ShowLegendKey" *

* @param rhs Mandatory boolean parameter. */ @DISPID(171) @PropPut void showLegendKey( boolean rhs); /** *

* Getter method for the COM property "Type" *

*/ @DISPID(108) @PropGet java.lang.Object type(); /** *

* Setter method for the COM property "Type" *

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

* Getter method for the COM property "Position" *

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

* Setter method for the COM property "Position" *

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

* Getter method for the COM property "ShowSeriesName" *

*/ @DISPID(2022) @PropGet boolean showSeriesName(); /** *

* Setter method for the COM property "ShowSeriesName" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2022) @PropPut void showSeriesName( boolean rhs); /** *

* Getter method for the COM property "ShowCategoryName" *

*/ @DISPID(2023) @PropGet boolean showCategoryName(); /** *

* Setter method for the COM property "ShowCategoryName" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2023) @PropPut void showCategoryName( boolean rhs); /** *

* Getter method for the COM property "ShowValue" *

*/ @DISPID(2024) @PropGet boolean showValue(); /** *

* Setter method for the COM property "ShowValue" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2024) @PropPut void showValue( boolean rhs); /** *

* Getter method for the COM property "ShowPercentage" *

*/ @DISPID(2025) @PropGet boolean showPercentage(); /** *

* Setter method for the COM property "ShowPercentage" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2025) @PropPut void showPercentage( boolean rhs); /** *

* Getter method for the COM property "ShowBubbleSize" *

*/ @DISPID(2026) @PropGet boolean showBubbleSize(); /** *

* Setter method for the COM property "ShowBubbleSize" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2026) @PropPut void showBubbleSize( boolean rhs); /** *

* Getter method for the COM property "Separator" *

*/ @DISPID(2027) @PropGet java.lang.Object separator(); /** *

* Setter method for the COM property "Separator" *

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

* Getter method for the COM property "Count" *

*/ @DISPID(118) @PropGet int count(); /** * @param index Mandatory java.lang.Object parameter. */ @DISPID(170) net.rgielen.com4j.office2010.excel.DataLabel item( java.lang.Object index); /** */ @DISPID(-4) java.util.Iterator iterator(); /** * @param index Mandatory java.lang.Object parameter. */ @DISPID(0) @DefaultMethod net.rgielen.com4j.office2010.excel.DataLabel _Default( java.lang.Object index); /** *

* Getter method for the COM property "Format" *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy