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

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

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

import com4j.*;

/**
 */
public enum XlConstants implements ComEnum {
  /**
   * 

* The value of this constant is -4105 *

*/ xlAutomatic(-4105), /** *

* The value of this constant is -4111 *

*/ xlCombination(-4111), /** *

* The value of this constant is -4114 *

*/ xlCustom(-4114), /** *

* The value of this constant is 2 *

*/ xlBar(2), /** *

* The value of this constant is 3 *

*/ xlColumn(3), /** *

* The value of this constant is -4099 *

*/ xl3DBar(-4099), /** *

* The value of this constant is -4103 *

*/ xl3DSurface(-4103), /** *

* The value of this constant is -1 *

*/ xlDefaultAutoFormat(-1), /** *

* The value of this constant is -4142 *

*/ xlNone(-4142), /** *

* The value of this constant is 0 *

*/ xlAbove(0), /** *

* The value of this constant is 1 *

*/ xlBelow(1), /** *

* The value of this constant is 1 *

*/ xlBoth(1), /** *

* The value of this constant is -4107 *

*/ xlBottom(-4107), /** *

* The value of this constant is -4108 *

*/ xlCenter(-4108), /** *

* The value of this constant is 9 *

*/ xlChecker(9), /** *

* The value of this constant is 8 *

*/ xlCircle(8), /** *

* The value of this constant is 2 *

*/ xlCorner(2), /** *

* The value of this constant is 16 *

*/ xlCrissCross(16), /** *

* The value of this constant is 4 *

*/ xlCross(4), /** *

* The value of this constant is 2 *

*/ xlDiamond(2), /** *

* The value of this constant is -4117 *

*/ xlDistributed(-4117), /** *

* The value of this constant is 5 *

*/ xlFill(5), /** *

* The value of this constant is 1 *

*/ xlFixedValue(1), /** *

* The value of this constant is 1 *

*/ xlGeneral(1), /** *

* The value of this constant is 17 *

*/ xlGray16(17), /** *

* The value of this constant is -4124 *

*/ xlGray25(-4124), /** *

* The value of this constant is -4125 *

*/ xlGray50(-4125), /** *

* The value of this constant is -4126 *

*/ xlGray75(-4126), /** *

* The value of this constant is 18 *

*/ xlGray8(18), /** *

* The value of this constant is 15 *

*/ xlGrid(15), /** *

* The value of this constant is -4127 *

*/ xlHigh(-4127), /** *

* The value of this constant is 2 *

*/ xlInside(2), /** *

* The value of this constant is -4130 *

*/ xlJustify(-4130), /** *

* The value of this constant is -4131 *

*/ xlLeft(-4131), /** *

* The value of this constant is 13 *

*/ xlLightDown(13), /** *

* The value of this constant is 11 *

*/ xlLightHorizontal(11), /** *

* The value of this constant is 14 *

*/ xlLightUp(14), /** *

* The value of this constant is 12 *

*/ xlLightVertical(12), /** *

* The value of this constant is -4134 *

*/ xlLow(-4134), /** *

* The value of this constant is 2 *

*/ xlMaximum(2), /** *

* The value of this constant is 4 *

*/ xlMinimum(4), /** *

* The value of this constant is 3 *

*/ xlMinusValues(3), /** *

* The value of this constant is 4 *

*/ xlNextToAxis(4), /** *

* The value of this constant is 3 *

*/ xlOpaque(3), /** *

* The value of this constant is 3 *

*/ xlOutside(3), /** *

* The value of this constant is 2 *

*/ xlPercent(2), /** *

* The value of this constant is 9 *

*/ xlPlus(9), /** *

* The value of this constant is 2 *

*/ xlPlusValues(2), /** *

* The value of this constant is -4152 *

*/ xlRight(-4152), /** *

* The value of this constant is 3 *

*/ xlScale(3), /** *

* The value of this constant is 10 *

*/ xlSemiGray75(10), /** *

* The value of this constant is 4 *

*/ xlShowLabel(4), /** *

* The value of this constant is 5 *

*/ xlShowLabelAndPercent(5), /** *

* The value of this constant is 3 *

*/ xlShowPercent(3), /** *

* The value of this constant is 2 *

*/ xlShowValue(2), /** *

* The value of this constant is 2 *

*/ xlSingle(2), /** *

* The value of this constant is 1 *

*/ xlSolid(1), /** *

* The value of this constant is 1 *

*/ xlSquare(1), /** *

* The value of this constant is 5 *

*/ xlStar(5), /** *

* The value of this constant is 4 *

*/ xlStError(4), /** *

* The value of this constant is -4160 *

*/ xlTop(-4160), /** *

* The value of this constant is 2 *

*/ xlTransparent(2), /** *

* The value of this constant is 3 *

*/ xlTriangle(3), ; private final int value; XlConstants(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy