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

net.rgielen.com4j.office2010.office.XlChartItem Maven / Gradle / Ivy

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

import com4j.*;

/**
 */
public enum XlChartItem implements ComEnum {
  /**
   * 

* The value of this constant is 0 *

*/ xlDataLabel(0), /** *

* The value of this constant is 2 *

*/ xlChartArea(2), /** *

* The value of this constant is 3 *

*/ xlSeries(3), /** *

* The value of this constant is 4 *

*/ xlChartTitle(4), /** *

* The value of this constant is 5 *

*/ xlWalls(5), /** *

* The value of this constant is 6 *

*/ xlCorners(6), /** *

* The value of this constant is 7 *

*/ xlDataTable(7), /** *

* The value of this constant is 8 *

*/ xlTrendline(8), /** *

* The value of this constant is 9 *

*/ xlErrorBars(9), /** *

* The value of this constant is 10 *

*/ xlXErrorBars(10), /** *

* The value of this constant is 11 *

*/ xlYErrorBars(11), /** *

* The value of this constant is 12 *

*/ xlLegendEntry(12), /** *

* The value of this constant is 13 *

*/ xlLegendKey(13), /** *

* The value of this constant is 14 *

*/ xlShape(14), /** *

* The value of this constant is 15 *

*/ xlMajorGridlines(15), /** *

* The value of this constant is 16 *

*/ xlMinorGridlines(16), /** *

* The value of this constant is 17 *

*/ xlAxisTitle(17), /** *

* The value of this constant is 18 *

*/ xlUpBars(18), /** *

* The value of this constant is 19 *

*/ xlPlotArea(19), /** *

* The value of this constant is 20 *

*/ xlDownBars(20), /** *

* The value of this constant is 21 *

*/ xlAxis(21), /** *

* The value of this constant is 22 *

*/ xlSeriesLines(22), /** *

* The value of this constant is 23 *

*/ xlFloor(23), /** *

* The value of this constant is 24 *

*/ xlLegend(24), /** *

* The value of this constant is 25 *

*/ xlHiLoLines(25), /** *

* The value of this constant is 26 *

*/ xlDropLines(26), /** *

* The value of this constant is 27 *

*/ xlRadarAxisLabels(27), /** *

* The value of this constant is 28 *

*/ xlNothing(28), /** *

* The value of this constant is 29 *

*/ xlLeaderLines(29), /** *

* The value of this constant is 30 *

*/ xlDisplayUnitLabel(30), /** *

* The value of this constant is 31 *

*/ xlPivotChartFieldButton(31), /** *

* The value of this constant is 32 *

*/ xlPivotChartDropZone(32), ; private final int value; XlChartItem(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy