listtype-ag凯发旗舰厅
com.spire.doc.documents
enum listtype
java.lang.object
java.lang.enum<listtype>
com.spire.doc.documents.listtype
- all implemented interfaces:
- java.lang.comparable<listtype>
public enum listtype
- extends java.lang.enum<listtype>
specifies type of the list format.
numbered
public static final listtype numbered
- specifies numbered list.
bulleted
public static final listtype bulleted
- specifies bulleted list.
no_list
public static final listtype no_list
- no numbering.
getvalue
public int getvalue()