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

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

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

import com4j.*;

/**
 */
public enum XlChartElementPosition implements ComEnum {
  /**
   * 

* The value of this constant is -4105 *

*/ xlChartElementPositionAutomatic(-4105), /** *

* The value of this constant is -4114 *

*/ xlChartElementPositionCustom(-4114), ; private final int value; XlChartElementPosition(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy