public static enum ListStyleType.Unordered extends java.lang.Enum<ListStyleType.Unordered> implements ListStyleType
ListStyleType.Ordered, ListStyleType.Unordered| 枚举常量和说明 |
|---|
CIRCLE |
DECIMAL |
DISC |
DISCLOSURE_CLOSED |
DISCLOSURE_OPEN |
NONE |
SQUARE |
FONT_WINGDINGS, FONT_WINGDINGS_3, SYMBOL_CIRCLE, SYMBOL_DISC, SYMBOL_DISCLOSURE_CLOSED, SYMBOL_DISCLOSURE_OPEN, SYMBOL_SQUARE| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getFont() |
org.openxmlformats.schemas.wordprocessingml.x2006.main.STNumberFormat.Enum |
getFormat() |
java.lang.String |
getName() |
java.lang.String |
getText()
string: Custom symbol empty string: System counting style null: No symbol
|
static ListStyleType |
of(java.lang.String type) |
static ListStyleType.Unordered |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ListStyleType.Unordered[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ListStyleType.Unordered DISC
public static final ListStyleType.Unordered CIRCLE
public static final ListStyleType.Unordered DECIMAL
public static final ListStyleType.Unordered DISCLOSURE_CLOSED
public static final ListStyleType.Unordered DISCLOSURE_OPEN
public static final ListStyleType.Unordered SQUARE
public static final ListStyleType.Unordered NONE
public static ListStyleType.Unordered[] values()
for (ListStyleType.Unordered c : ListStyleType.Unordered.values()) System.out.println(c);
public static ListStyleType.Unordered valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public java.lang.String getName()
getName 在接口中 ListStyleTypepublic org.openxmlformats.schemas.wordprocessingml.x2006.main.STNumberFormat.Enum getFormat()
getFormat 在接口中 ListStyleTypepublic java.lang.String getText()
ListStyleTypegetText 在接口中 ListStyleTypepublic java.lang.String getFont()
getFont 在接口中 ListStyleTypepublic static ListStyleType of(java.lang.String type)