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

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

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

import com4j.*;

/**
 */
public enum MsoPresetTextEffect implements ComEnum {
  /**
   * 

* The value of this constant is -2 *

*/ msoTextEffectMixed(-2), /** *

* The value of this constant is 0 *

*/ msoTextEffect1(0), /** *

* The value of this constant is 1 *

*/ msoTextEffect2(1), /** *

* The value of this constant is 2 *

*/ msoTextEffect3(2), /** *

* The value of this constant is 3 *

*/ msoTextEffect4(3), /** *

* The value of this constant is 4 *

*/ msoTextEffect5(4), /** *

* The value of this constant is 5 *

*/ msoTextEffect6(5), /** *

* The value of this constant is 6 *

*/ msoTextEffect7(6), /** *

* The value of this constant is 7 *

*/ msoTextEffect8(7), /** *

* The value of this constant is 8 *

*/ msoTextEffect9(8), /** *

* The value of this constant is 9 *

*/ msoTextEffect10(9), /** *

* The value of this constant is 10 *

*/ msoTextEffect11(10), /** *

* The value of this constant is 11 *

*/ msoTextEffect12(11), /** *

* The value of this constant is 12 *

*/ msoTextEffect13(12), /** *

* The value of this constant is 13 *

*/ msoTextEffect14(13), /** *

* The value of this constant is 14 *

*/ msoTextEffect15(14), /** *

* The value of this constant is 15 *

*/ msoTextEffect16(15), /** *

* The value of this constant is 16 *

*/ msoTextEffect17(16), /** *

* The value of this constant is 17 *

*/ msoTextEffect18(17), /** *

* The value of this constant is 18 *

*/ msoTextEffect19(18), /** *

* The value of this constant is 19 *

*/ msoTextEffect20(19), /** *

* The value of this constant is 20 *

*/ msoTextEffect21(20), /** *

* The value of this constant is 21 *

*/ msoTextEffect22(21), /** *

* The value of this constant is 22 *

*/ msoTextEffect23(22), /** *

* The value of this constant is 23 *

*/ msoTextEffect24(23), /** *

* The value of this constant is 24 *

*/ msoTextEffect25(24), /** *

* The value of this constant is 25 *

*/ msoTextEffect26(25), /** *

* The value of this constant is 26 *

*/ msoTextEffect27(26), /** *

* The value of this constant is 27 *

*/ msoTextEffect28(27), /** *

* The value of this constant is 28 *

*/ msoTextEffect29(28), /** *

* The value of this constant is 29 *

*/ msoTextEffect30(29), ; private final int value; MsoPresetTextEffect(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy