listtype-ag凯发旗舰厅



com.spire.doc.documents
enum listtype

java.lang.object
  extended by java.lang.enum<listtype>
      extended by 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.


enum constant summary
bulleted
          specifies bulleted list.
no_list
          no numbering.
numbered
          specifies numbered list.
 
method summary
 int getvalue()
           
 
enum constant detail

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.
method detail

getvalue

public int getvalue()


网站地图