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

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

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

import com4j.*;

/**
 */
public enum XlBarShape {
  /**
   * 

* The value of this constant is 0 *

*/ xlBox, // 0 /** *

* The value of this constant is 1 *

*/ xlPyramidToPoint, // 1 /** *

* The value of this constant is 2 *

*/ xlPyramidToMax, // 2 /** *

* The value of this constant is 3 *

*/ xlCylinder, // 3 /** *

* The value of this constant is 4 *

*/ xlConeToPoint, // 4 /** *

* The value of this constant is 5 *

*/ xlConeToMax, // 5 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy