com.aspose.slides
Class NumberedBulletStyle

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.NumberedBulletStyle

public final class NumberedBulletStyle
extends com.aspose.ms.java.Enum

Represents the style of the numbered bullets.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int BulletAlphaLCParenBoth
           Lowercase alphabetic characters with both parentheses.
static int BulletAlphaLCParenRight
           Lowercase alphabetic characters with right parenthesis.
static int BulletAlphaLCPeriod
           Lowercase alphabetic characters with a period.
static int BulletAlphaUCParenBoth
           Uppercase alphabetic characters with both parentheses.
static int BulletAlphaUCParenRight
           Uppercase alphabetic characters with right parenthesis.
static int BulletAlphaUCPeriod
           Uppercase alphabetic characters with a period.
static int BulletArabicAbjadDash
           Arabic Abjad alphabets with a dash.
static int BulletArabicAlphaDash
           Arabic language alphabetic characters with a dash.
static int BulletArabicDBPeriod
           Double-byte Arabic numbering scheme with double-byte period.
static int BulletArabicDBPlain
           Double-byte Arabic numbering scheme (no punctuation).
static int BulletArabicParenBoth
           Arabic numerals with both parentheses.
static int BulletArabicParenRight
           Arabic numerals with right parenthesis.
static int BulletArabicPeriod
           Arabic numerals with a period.
static int BulletArabicPlain
           Arabic numerals.
static int BulletCircleNumDBPlain
           Double-byte circled number for values up to 10.
static int BulletCircleNumWDBlackPlain
           Shadow color number with circular background of normal text color.
static int BulletCircleNumWDWhitePlain
           Text colored number with same color circle drawn around it.
static int BulletDefault
           Any undefined style.
static int BulletHebrewAlphaDash
           Hebrew language alphabetic characters with a dash.
static int BulletHindiAlphaPeriod
          
static int BulletHindiNumPeriod
          
static int BulletKanjiKoreanPeriod
           Japanese/Korean numbers with a period.
static int BulletKanjiKoreanPlain
           Japanese/Korean numbers without a period.
static int BulletRomanLCParenBoth
           Lowercase Roman numerals with both parentheses.
static int BulletRomanLCParenRight
           Lowercase Roman numerals with right parenthesis.
static int BulletRomanLCPeriod
           Lowercase Roman numerals with period.
static int BulletRomanUCParenBoth
           Uppercase Roman numerals with both parentheses.
static int BulletRomanUCParenRight
           Uppercase Roman numerals with right parenthesis.
static int BulletRomanUCPeriod
           Uppercase Roman numerals with period.
static int BulletSimpChinPeriod
           Simplified Chinese with a period.
static int BulletSimpChinPlain
           Simplified Chinese without a period.
static int BulletThaiAlphaParenBoth
          
static int BulletThaiAlphaParenRight
          
static int BulletThaiAlphaPeriod
          
static int BulletThaiNumParenBoth
          
static int BulletThaiNumParenRight
          
static int BulletThaiNumPeriod
          
static int BulletTradChinPeriod
           Traditional Chinese with a period.
static int BulletTradChinPlain
           Traditional Chinese without a period.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BulletDefault

public static final int BulletDefault

Any undefined style.

See Also:
Constant Field Values

BulletAlphaLCPeriod

public static final int BulletAlphaLCPeriod

Lowercase alphabetic characters with a period.

See Also:
Constant Field Values

BulletAlphaUCPeriod

public static final int BulletAlphaUCPeriod

Uppercase alphabetic characters with a period.

See Also:
Constant Field Values

BulletArabicParenRight

public static final int BulletArabicParenRight

Arabic numerals with right parenthesis.

See Also:
Constant Field Values

BulletArabicPeriod

public static final int BulletArabicPeriod

Arabic numerals with a period.

See Also:
Constant Field Values

BulletRomanLCParenBoth

public static final int BulletRomanLCParenBoth

Lowercase Roman numerals with both parentheses.

See Also:
Constant Field Values

BulletRomanLCParenRight

public static final int BulletRomanLCParenRight

Lowercase Roman numerals with right parenthesis.

See Also:
Constant Field Values

BulletRomanLCPeriod

public static final int BulletRomanLCPeriod

Lowercase Roman numerals with period.

See Also:
Constant Field Values

BulletRomanUCPeriod

public static final int BulletRomanUCPeriod

Uppercase Roman numerals with period.

See Also:
Constant Field Values

BulletAlphaLCParenBoth

public static final int BulletAlphaLCParenBoth

Lowercase alphabetic characters with both parentheses.

See Also:
Constant Field Values

BulletAlphaLCParenRight

public static final int BulletAlphaLCParenRight

Lowercase alphabetic characters with right parenthesis.

See Also:
Constant Field Values

BulletAlphaUCParenBoth

public static final int BulletAlphaUCParenBoth

Uppercase alphabetic characters with both parentheses.

See Also:
Constant Field Values

BulletAlphaUCParenRight

public static final int BulletAlphaUCParenRight

Uppercase alphabetic characters with right parenthesis.

See Also:
Constant Field Values

BulletArabicParenBoth

public static final int BulletArabicParenBoth

Arabic numerals with both parentheses.

See Also:
Constant Field Values

BulletArabicPlain

public static final int BulletArabicPlain

Arabic numerals.

See Also:
Constant Field Values

BulletRomanUCParenBoth

public static final int BulletRomanUCParenBoth

Uppercase Roman numerals with both parentheses.

See Also:
Constant Field Values

BulletRomanUCParenRight

public static final int BulletRomanUCParenRight

Uppercase Roman numerals with right parenthesis.

See Also:
Constant Field Values

BulletSimpChinPlain

public static final int BulletSimpChinPlain

Simplified Chinese without a period.

See Also:
Constant Field Values

BulletSimpChinPeriod

public static final int BulletSimpChinPeriod

Simplified Chinese with a period.

See Also:
Constant Field Values

BulletCircleNumDBPlain

public static final int BulletCircleNumDBPlain

Double-byte circled number for values up to 10.

See Also:
Constant Field Values

BulletCircleNumWDWhitePlain

public static final int BulletCircleNumWDWhitePlain

Text colored number with same color circle drawn around it.

See Also:
Constant Field Values

BulletCircleNumWDBlackPlain

public static final int BulletCircleNumWDBlackPlain

Shadow color number with circular background of normal text color.

See Also:
Constant Field Values

BulletTradChinPlain

public static final int BulletTradChinPlain

Traditional Chinese without a period.

See Also:
Constant Field Values

BulletTradChinPeriod

public static final int BulletTradChinPeriod

Traditional Chinese with a period.

See Also:
Constant Field Values

BulletArabicAlphaDash

public static final int BulletArabicAlphaDash

Arabic language alphabetic characters with a dash.

See Also:
Constant Field Values

BulletArabicAbjadDash

public static final int BulletArabicAbjadDash

Arabic Abjad alphabets with a dash.

See Also:
Constant Field Values

BulletHebrewAlphaDash

public static final int BulletHebrewAlphaDash

Hebrew language alphabetic characters with a dash.

See Also:
Constant Field Values

BulletKanjiKoreanPlain

public static final int BulletKanjiKoreanPlain

Japanese/Korean numbers without a period.

See Also:
Constant Field Values

BulletKanjiKoreanPeriod

public static final int BulletKanjiKoreanPeriod

Japanese/Korean numbers with a period.

See Also:
Constant Field Values

BulletArabicDBPlain

public static final int BulletArabicDBPlain

Double-byte Arabic numbering scheme (no punctuation).

See Also:
Constant Field Values

BulletArabicDBPeriod

public static final int BulletArabicDBPeriod

Double-byte Arabic numbering scheme with double-byte period.

See Also:
Constant Field Values

BulletThaiAlphaPeriod

public static final int BulletThaiAlphaPeriod

See Also:
Constant Field Values

BulletThaiAlphaParenRight

public static final int BulletThaiAlphaParenRight

See Also:
Constant Field Values

BulletThaiAlphaParenBoth

public static final int BulletThaiAlphaParenBoth

See Also:
Constant Field Values

BulletThaiNumPeriod

public static final int BulletThaiNumPeriod

See Also:
Constant Field Values

BulletThaiNumParenRight

public static final int BulletThaiNumParenRight

See Also:
Constant Field Values

BulletThaiNumParenBoth

public static final int BulletThaiNumParenBoth

See Also:
Constant Field Values

BulletHindiAlphaPeriod

public static final int BulletHindiAlphaPeriod

See Also:
Constant Field Values

BulletHindiNumPeriod

public static final int BulletHindiNumPeriod

See Also:
Constant Field Values