com.aspose.slides
Interface NumberedBulletStyle


public interface NumberedBulletStyle

Represents the style of the numbered bullets.


Field Summary
static int BULLET_ALPHA_LC_PAREN_BOTH
          Lowercase alphabetic characters with both parenthesis.
static int BULLET_ALPHA_LC_PAREN_RIGHT
          Lowercase alphabetic characters with right parenthesis.
static int BULLET_ALPHA_LC_PERIOD
          Lowercase alphabetic characters with a period.
static int BULLET_ALPHA_UC_PAREN_BOTH
          Uppercase alphabetic characters with both parenthesis.
static int BULLET_ALPHA_UC_PAREN_RIGHT
          Uppercase alphabetic characters with right parenthesis.
static int BULLET_ALPHA_UC_PERIOD
          Uppercase alphabetic characters with a period.
static int BULLET_ARABIC_ABJAD_DASH
          Arabic Abjad alphabets with a dash.
static int BULLET_ARABIC_ALPHA_DASH
          Arabic language alphabetic characters with a dash.
static int BULLET_ARABIC_DB_PERIOD
          Double-byte Arabic numbering scheme with double-byte period.
static int BULLET_ARABIC_DB_PLAIN
          Double-byte Arabic numbering scheme (no punctuation).
static int BULLET_ARABIC_PAREN_BOTH
          Arabic numerals with both parenthesis.
static int BULLET_ARABIC_PAREN_RIGHT
          Arabic numerals with right parenthesis.
static int BULLET_ARABIC_PERIOD
          Arabic numerals with a period.
static int BULLET_ARABIC_PLAIN
          Arabic numerals.
static int BULLET_CIRCLE_NUM_DB_PLAIN
          Double-byte circled number for values up to 10.
static int BULLET_CIRCLE_NUM_WD_BLACK_PLAIN
          Shadow color number with circular background of normal text color.
static int BULLET_CIRCLE_NUM_WD_WHITE_PLAIN
          Text colored number with same color circle drawn around it.
static int BULLET_DEFAULT
          Any undefined style.
static int BULLET_HEBREW_ALPHA_DASH
          Hebrew language alphabetic characters with a dash.
static int BULLET_HINDI_ALFHA_PERIOD
           
static int BULLET_HINDI_NUM_PERIOD
           
static int BULLET_KANJI_KOREAN_PERIOD
          Japanese/Korean numbers with a period.
static int BULLET_KANJI_KOREAN_PLAIN
          Japanese/Korean numbers without a period.
static int BULLET_ROMAN_LC_PAREN_BOTH
          Lowercase Roman numerals with both parenthesis.
static int BULLET_ROMAN_LC_PAREN_RIGHT
          Lowercase Roman numerals with right parenthesis.
static int BULLET_ROMAN_LC_PERIOD
          Lowercase Roman numerals with period.
static int BULLET_ROMAN_UC_PAREN_BOTH
          Uppercase Roman numerals with both parenthesis.
static int BULLET_ROMAN_UC_PAREN_RIGHT
          Uppercase Roman numerals with right parenthesis.
static int BULLET_ROMAN_UC_PERIOD
          Uppercase Roman numerals with period.
static int BULLET_SIMP_CHIN_PERIOD
          Simplified Chinese with a period.
static int BULLET_SIMP_CHIN_PLAIN
          Simplified Chinese without a period.
static int BULLET_THAI_ALPHA_PAREN_BOTH
           
static int BULLET_THAI_ALPHA_PAREN_RIGHT
           
static int BULLET_THAI_ALPHA_PERIOD
           
static int BULLET_THAI_NUM_PAREN_BOTH
           
static int BULLET_THAI_NUM_PAREN_RIGHT
           
static int BULLET_THAI_NUM_PERIOD
           
static int BULLET_TRAD_CHIN_PERIOD
          Traditional Chinese with a period.
static int BULLET_TRAD_CHIN_PLAIN
          Traditional Chinese without a period.
 

Field Detail

BULLET_DEFAULT

static final int BULLET_DEFAULT
Any undefined style.

See Also:
Constant Field Values

BULLET_ALPHA_LC_PERIOD

static final int BULLET_ALPHA_LC_PERIOD
Lowercase alphabetic characters with a period.

See Also:
Constant Field Values

BULLET_ALPHA_UC_PERIOD

static final int BULLET_ALPHA_UC_PERIOD
Uppercase alphabetic characters with a period.

See Also:
Constant Field Values

BULLET_ARABIC_PAREN_RIGHT

static final int BULLET_ARABIC_PAREN_RIGHT
Arabic numerals with right parenthesis.

See Also:
Constant Field Values

BULLET_ARABIC_PERIOD

static final int BULLET_ARABIC_PERIOD
Arabic numerals with a period.

See Also:
Constant Field Values

BULLET_ROMAN_LC_PAREN_BOTH

static final int BULLET_ROMAN_LC_PAREN_BOTH
Lowercase Roman numerals with both parenthesis.

See Also:
Constant Field Values

BULLET_ROMAN_LC_PAREN_RIGHT

static final int BULLET_ROMAN_LC_PAREN_RIGHT
Lowercase Roman numerals with right parenthesis.

See Also:
Constant Field Values

BULLET_ROMAN_LC_PERIOD

static final int BULLET_ROMAN_LC_PERIOD
Lowercase Roman numerals with period.

See Also:
Constant Field Values

BULLET_ROMAN_UC_PERIOD

static final int BULLET_ROMAN_UC_PERIOD
Uppercase Roman numerals with period.

See Also:
Constant Field Values

BULLET_ALPHA_LC_PAREN_BOTH

static final int BULLET_ALPHA_LC_PAREN_BOTH
Lowercase alphabetic characters with both parenthesis.

See Also:
Constant Field Values

BULLET_ALPHA_LC_PAREN_RIGHT

static final int BULLET_ALPHA_LC_PAREN_RIGHT
Lowercase alphabetic characters with right parenthesis.

See Also:
Constant Field Values

BULLET_ALPHA_UC_PAREN_BOTH

static final int BULLET_ALPHA_UC_PAREN_BOTH
Uppercase alphabetic characters with both parenthesis.

See Also:
Constant Field Values

BULLET_ALPHA_UC_PAREN_RIGHT

static final int BULLET_ALPHA_UC_PAREN_RIGHT
Uppercase alphabetic characters with right parenthesis.

See Also:
Constant Field Values

BULLET_ARABIC_PAREN_BOTH

static final int BULLET_ARABIC_PAREN_BOTH
Arabic numerals with both parenthesis.

See Also:
Constant Field Values

BULLET_ARABIC_PLAIN

static final int BULLET_ARABIC_PLAIN
Arabic numerals.

See Also:
Constant Field Values

BULLET_ROMAN_UC_PAREN_BOTH

static final int BULLET_ROMAN_UC_PAREN_BOTH
Uppercase Roman numerals with both parenthesis.

See Also:
Constant Field Values

BULLET_ROMAN_UC_PAREN_RIGHT

static final int BULLET_ROMAN_UC_PAREN_RIGHT
Uppercase Roman numerals with right parenthesis.

See Also:
Constant Field Values

BULLET_SIMP_CHIN_PLAIN

static final int BULLET_SIMP_CHIN_PLAIN
Simplified Chinese without a period.

See Also:
Constant Field Values

BULLET_SIMP_CHIN_PERIOD

static final int BULLET_SIMP_CHIN_PERIOD
Simplified Chinese with a period.

See Also:
Constant Field Values

BULLET_CIRCLE_NUM_DB_PLAIN

static final int BULLET_CIRCLE_NUM_DB_PLAIN
Double-byte circled number for values up to 10.

See Also:
Constant Field Values

BULLET_CIRCLE_NUM_WD_WHITE_PLAIN

static final int BULLET_CIRCLE_NUM_WD_WHITE_PLAIN
Text colored number with same color circle drawn around it.

See Also:
Constant Field Values

BULLET_CIRCLE_NUM_WD_BLACK_PLAIN

static final int BULLET_CIRCLE_NUM_WD_BLACK_PLAIN
Shadow color number with circular background of normal text color.

See Also:
Constant Field Values

BULLET_TRAD_CHIN_PLAIN

static final int BULLET_TRAD_CHIN_PLAIN
Traditional Chinese without a period.

See Also:
Constant Field Values

BULLET_TRAD_CHIN_PERIOD

static final int BULLET_TRAD_CHIN_PERIOD
Traditional Chinese with a period.

See Also:
Constant Field Values

BULLET_ARABIC_ALPHA_DASH

static final int BULLET_ARABIC_ALPHA_DASH
Arabic language alphabetic characters with a dash.

See Also:
Constant Field Values

BULLET_ARABIC_ABJAD_DASH

static final int BULLET_ARABIC_ABJAD_DASH
Arabic Abjad alphabets with a dash.

See Also:
Constant Field Values

BULLET_HEBREW_ALPHA_DASH

static final int BULLET_HEBREW_ALPHA_DASH
Hebrew language alphabetic characters with a dash.

See Also:
Constant Field Values

BULLET_KANJI_KOREAN_PLAIN

static final int BULLET_KANJI_KOREAN_PLAIN
Japanese/Korean numbers without a period.

See Also:
Constant Field Values

BULLET_KANJI_KOREAN_PERIOD

static final int BULLET_KANJI_KOREAN_PERIOD
Japanese/Korean numbers with a period.

See Also:
Constant Field Values

BULLET_ARABIC_DB_PLAIN

static final int BULLET_ARABIC_DB_PLAIN
Double-byte Arabic numbering scheme (no punctuation).

See Also:
Constant Field Values

BULLET_ARABIC_DB_PERIOD

static final int BULLET_ARABIC_DB_PERIOD
Double-byte Arabic numbering scheme with double-byte period.

See Also:
Constant Field Values

BULLET_THAI_ALPHA_PERIOD

static final int BULLET_THAI_ALPHA_PERIOD
See Also:
Constant Field Values

BULLET_THAI_ALPHA_PAREN_RIGHT

static final int BULLET_THAI_ALPHA_PAREN_RIGHT
See Also:
Constant Field Values

BULLET_THAI_ALPHA_PAREN_BOTH

static final int BULLET_THAI_ALPHA_PAREN_BOTH
See Also:
Constant Field Values

BULLET_THAI_NUM_PERIOD

static final int BULLET_THAI_NUM_PERIOD
See Also:
Constant Field Values

BULLET_THAI_NUM_PAREN_RIGHT

static final int BULLET_THAI_NUM_PAREN_RIGHT
See Also:
Constant Field Values

BULLET_THAI_NUM_PAREN_BOTH

static final int BULLET_THAI_NUM_PAREN_BOTH
See Also:
Constant Field Values

BULLET_HINDI_ALFHA_PERIOD

static final int BULLET_HINDI_ALFHA_PERIOD
See Also:
Constant Field Values

BULLET_HINDI_NUM_PERIOD

static final int BULLET_HINDI_NUM_PERIOD
See Also:
Constant Field Values