numberedbulletstyle-ag凯发旗舰厅



com.spire.presentation
enum numberedbulletstyle

java.lang.object
  extended by java.lang.enum<numberedbulletstyle>
      extended by com.spire.presentation.numberedbulletstyle
all implemented interfaces:
java.lang.comparable<numberedbulletstyle>

public enum numberedbulletstyle
extends java.lang.enum<numberedbulletstyle>

represents the style of the numbered bullets.


enum constant summary
bullet_alpha_lc_paren_both
          lowercase alphabetical characters with both parentheses.
bullet_alpha_lc_paren_right
          lowercase alphabetical characters with closing parenthesis.
bullet_alpha_lc_period
          lowercase alphabetical characters with a period.
bullet_alpha_uc_paren_both
          uppercase alphabetical characters with both parentheses.
bullet_alpha_uc_paren_right
          uppercase alphabetical characters with closing parenthesis.
bullet_alpha_uc_period
          uppercase alphabetical characters with a period.
bullet_arabic_abjad_dash
          arabic abjad alphabets with a dash.
bullet_arabic_alpha_dash
          arabic language alphabetical characters with a dash.
bullet_arabic_db_period
          double-byte arabic numbering scheme with double-byte period.
bullet_arabic_db_plain
          double-byte arabic numbering scheme (no punctuation).
bullet_arabic_paren_both
          arabic numerals with both parentheses.
bullet_arabic_paren_right
          arabic numerals with closing parenthesis.
bullet_arabic_period
          arabic numerals with a period.
bullet_arabic_plain
          arabic numerals.
bullet_circle_num_db_plain
          double-byte circled number for values up to 10.
bullet_circle_num_wd_black_plain
          shadow color number with circular background of normal text color.
bullet_circle_num_wd_white_plain
          text colored number with same color circle drawn around it.
bullet_hebrew_alpha_dash
          hebrew language alphabetical characters with a dash.
bullet_hindi_alpha_1_period
          hindi alpha1 period.
bullet_hindi_alpha_period
          hindi alpha period.
bullet_hindi_num_paren_right
          hindi num paren right.
bullet_hindi_num_period
          hindi num period.
bullet_kanji_korean_period
          japanese/korean numbers with a period.
bullet_kanji_korean_plain
          japanese/korean numbers without a period.
bullet_kanji_simp_chin_db_period
          kanji simple chinese dbperiod.
bullet_roman_lc_paren_both
          lowercase roman numerals with both parentheses.
bullet_roman_lc_paren_right
          lowercase roman numerals with closing parenthesis.
bullet_roman_lc_period
          lowercase roman numerals with period.
bullet_roman_uc_paren_both
          uppercase roman numerals with both parentheses.
bullet_roman_uc_paren_right
          uppercase roman numerals with closing parenthesis.
bullet_roman_uc_period
          uppercase roman numerals with period.
bullet_simp_chin_period
          simplified chinese with a period.
bullet_simp_chin_plain
          simplified chinese without a period.
bullet_thai_alpha_paren_both
          thai alpha paren both.
bullet_thai_alpha_paren_right
          thai alpha paren right.
bullet_thai_alpha_period
          thai alpha period.
bullet_thai_num_paren_both
          thai num paren both.
bullet_thai_num_paren_right
          thai num paren right.
bullet_thai_num_period
          thai num period.
bullet_trad_chin_period
          traditional chinese with a period.
bullet_trad_chin_plain
          traditional chinese without a period.
none
          none.
 
method summary
 java.lang.string getname()
           
static numberedbulletstyle getnumberedbulletstylefromvalue(long value)
           
 byte getvalue()
           
 
enum constant detail

none

public static final numberedbulletstyle none
none.

bullet_alpha_lc_period

public static final numberedbulletstyle bullet_alpha_lc_period
lowercase alphabetical characters with a period.

bullet_alpha_uc_period

public static final numberedbulletstyle bullet_alpha_uc_period
uppercase alphabetical characters with a period.

bullet_arabic_paren_right

public static final numberedbulletstyle bullet_arabic_paren_right
arabic numerals with closing parenthesis.

bullet_arabic_period

public static final numberedbulletstyle bullet_arabic_period
arabic numerals with a period.

bullet_roman_lc_paren_both

public static final numberedbulletstyle bullet_roman_lc_paren_both
lowercase roman numerals with both parentheses.

bullet_roman_lc_paren_right

public static final numberedbulletstyle bullet_roman_lc_paren_right
lowercase roman numerals with closing parenthesis.

bullet_roman_lc_period

public static final numberedbulletstyle bullet_roman_lc_period
lowercase roman numerals with period.

bullet_roman_uc_period

public static final numberedbulletstyle bullet_roman_uc_period
uppercase roman numerals with period.

bullet_alpha_lc_paren_both

public static final numberedbulletstyle bullet_alpha_lc_paren_both
lowercase alphabetical characters with both parentheses.

bullet_alpha_lc_paren_right

public static final numberedbulletstyle bullet_alpha_lc_paren_right
lowercase alphabetical characters with closing parenthesis.

bullet_alpha_uc_paren_both

public static final numberedbulletstyle bullet_alpha_uc_paren_both
uppercase alphabetical characters with both parentheses.

bullet_alpha_uc_paren_right

public static final numberedbulletstyle bullet_alpha_uc_paren_right
uppercase alphabetical characters with closing parenthesis.

bullet_arabic_paren_both

public static final numberedbulletstyle bullet_arabic_paren_both
arabic numerals with both parentheses.

bullet_arabic_plain

public static final numberedbulletstyle bullet_arabic_plain
arabic numerals.

bullet_roman_uc_paren_both

public static final numberedbulletstyle bullet_roman_uc_paren_both
uppercase roman numerals with both parentheses.

bullet_roman_uc_paren_right

public static final numberedbulletstyle bullet_roman_uc_paren_right
uppercase roman numerals with closing parenthesis.

bullet_simp_chin_plain

public static final numberedbulletstyle bullet_simp_chin_plain
simplified chinese without a period.

bullet_simp_chin_period

public static final numberedbulletstyle bullet_simp_chin_period
simplified chinese with a period.

bullet_circle_num_db_plain

public static final numberedbulletstyle bullet_circle_num_db_plain
double-byte circled number for values up to 10.

bullet_circle_num_wd_white_plain

public static final numberedbulletstyle bullet_circle_num_wd_white_plain
text colored number with same color circle drawn around it.

bullet_circle_num_wd_black_plain

public static final numberedbulletstyle bullet_circle_num_wd_black_plain
shadow color number with circular background of normal text color.

bullet_trad_chin_plain

public static final numberedbulletstyle bullet_trad_chin_plain
traditional chinese without a period.

bullet_trad_chin_period

public static final numberedbulletstyle bullet_trad_chin_period
traditional chinese with a period.

bullet_arabic_alpha_dash

public static final numberedbulletstyle bullet_arabic_alpha_dash
arabic language alphabetical characters with a dash.

bullet_arabic_abjad_dash

public static final numberedbulletstyle bullet_arabic_abjad_dash
arabic abjad alphabets with a dash.

bullet_hebrew_alpha_dash

public static final numberedbulletstyle bullet_hebrew_alpha_dash
hebrew language alphabetical characters with a dash.

bullet_kanji_korean_plain

public static final numberedbulletstyle bullet_kanji_korean_plain
japanese/korean numbers without a period.

bullet_kanji_korean_period

public static final numberedbulletstyle bullet_kanji_korean_period
japanese/korean numbers with a period.

bullet_arabic_db_plain

public static final numberedbulletstyle bullet_arabic_db_plain
double-byte arabic numbering scheme (no punctuation).

bullet_arabic_db_period

public static final numberedbulletstyle bullet_arabic_db_period
double-byte arabic numbering scheme with double-byte period.

bullet_thai_alpha_period

public static final numberedbulletstyle bullet_thai_alpha_period
thai alpha period.

bullet_thai_alpha_paren_right

public static final numberedbulletstyle bullet_thai_alpha_paren_right
thai alpha paren right.

bullet_thai_alpha_paren_both

public static final numberedbulletstyle bullet_thai_alpha_paren_both
thai alpha paren both.

bullet_thai_num_period

public static final numberedbulletstyle bullet_thai_num_period
thai num period.

bullet_thai_num_paren_right

public static final numberedbulletstyle bullet_thai_num_paren_right
thai num paren right.

bullet_thai_num_paren_both

public static final numberedbulletstyle bullet_thai_num_paren_both
thai num paren both.

bullet_hindi_alpha_period

public static final numberedbulletstyle bullet_hindi_alpha_period
hindi alpha period.

bullet_hindi_num_period

public static final numberedbulletstyle bullet_hindi_num_period
hindi num period.

bullet_kanji_simp_chin_db_period

public static final numberedbulletstyle bullet_kanji_simp_chin_db_period
kanji simple chinese dbperiod.

bullet_hindi_num_paren_right

public static final numberedbulletstyle bullet_hindi_num_paren_right
hindi num paren right.

bullet_hindi_alpha_1_period

public static final numberedbulletstyle bullet_hindi_alpha_1_period
hindi alpha1 period.
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

getnumberedbulletstylefromvalue

public static numberedbulletstyle getnumberedbulletstylefromvalue(long value)


网站地图