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

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

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

import com4j.*;

/**
 */
public enum MsoNumberedBulletStyle implements ComEnum {
  /**
   * 

* The value of this constant is -2 *

*/ msoBulletStyleMixed(-2), /** *

* The value of this constant is 0 *

*/ msoBulletAlphaLCPeriod(0), /** *

* The value of this constant is 1 *

*/ msoBulletAlphaUCPeriod(1), /** *

* The value of this constant is 2 *

*/ msoBulletArabicParenRight(2), /** *

* The value of this constant is 3 *

*/ msoBulletArabicPeriod(3), /** *

* The value of this constant is 4 *

*/ msoBulletRomanLCParenBoth(4), /** *

* The value of this constant is 5 *

*/ msoBulletRomanLCParenRight(5), /** *

* The value of this constant is 6 *

*/ msoBulletRomanLCPeriod(6), /** *

* The value of this constant is 7 *

*/ msoBulletRomanUCPeriod(7), /** *

* The value of this constant is 8 *

*/ msoBulletAlphaLCParenBoth(8), /** *

* The value of this constant is 9 *

*/ msoBulletAlphaLCParenRight(9), /** *

* The value of this constant is 10 *

*/ msoBulletAlphaUCParenBoth(10), /** *

* The value of this constant is 11 *

*/ msoBulletAlphaUCParenRight(11), /** *

* The value of this constant is 12 *

*/ msoBulletArabicParenBoth(12), /** *

* The value of this constant is 13 *

*/ msoBulletArabicPlain(13), /** *

* The value of this constant is 14 *

*/ msoBulletRomanUCParenBoth(14), /** *

* The value of this constant is 15 *

*/ msoBulletRomanUCParenRight(15), /** *

* The value of this constant is 16 *

*/ msoBulletSimpChinPlain(16), /** *

* The value of this constant is 17 *

*/ msoBulletSimpChinPeriod(17), /** *

* The value of this constant is 18 *

*/ msoBulletCircleNumDBPlain(18), /** *

* The value of this constant is 19 *

*/ msoBulletCircleNumWDWhitePlain(19), /** *

* The value of this constant is 20 *

*/ msoBulletCircleNumWDBlackPlain(20), /** *

* The value of this constant is 21 *

*/ msoBulletTradChinPlain(21), /** *

* The value of this constant is 22 *

*/ msoBulletTradChinPeriod(22), /** *

* The value of this constant is 23 *

*/ msoBulletArabicAlphaDash(23), /** *

* The value of this constant is 24 *

*/ msoBulletArabicAbjadDash(24), /** *

* The value of this constant is 25 *

*/ msoBulletHebrewAlphaDash(25), /** *

* The value of this constant is 26 *

*/ msoBulletKanjiKoreanPlain(26), /** *

* The value of this constant is 27 *

*/ msoBulletKanjiKoreanPeriod(27), /** *

* The value of this constant is 28 *

*/ msoBulletArabicDBPlain(28), /** *

* The value of this constant is 29 *

*/ msoBulletArabicDBPeriod(29), /** *

* The value of this constant is 30 *

*/ msoBulletThaiAlphaPeriod(30), /** *

* The value of this constant is 31 *

*/ msoBulletThaiAlphaParenRight(31), /** *

* The value of this constant is 32 *

*/ msoBulletThaiAlphaParenBoth(32), /** *

* The value of this constant is 33 *

*/ msoBulletThaiNumPeriod(33), /** *

* The value of this constant is 34 *

*/ msoBulletThaiNumParenRight(34), /** *

* The value of this constant is 35 *

*/ msoBulletThaiNumParenBoth(35), /** *

* The value of this constant is 36 *

*/ msoBulletHindiAlphaPeriod(36), /** *

* The value of this constant is 37 *

*/ msoBulletHindiNumPeriod(37), /** *

* The value of this constant is 38 *

*/ msoBulletKanjiSimpChinDBPeriod(38), /** *

* The value of this constant is 39 *

*/ msoBulletHindiNumParenRight(39), /** *

* The value of this constant is 40 *

*/ msoBulletHindiAlpha1Period(40), ; private final int value; MsoNumberedBulletStyle(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy