styletype-ag凯发旗舰厅
com.spire.doc.documents
enum styletype
java.lang.object
java.lang.enum<styletype>
com.spire.doc.documents.styletype
- all implemented interfaces:
- java.lang.comparable<styletype>
public enum styletype
- extends java.lang.enum<styletype>
specifies type of the style.
paragraph_style
public static final styletype paragraph_style
- the style is a paragraph style.
character_style
public static final styletype character_style
- the style is a character style.
table_style
public static final styletype table_style
- the style is a table style.
list_style
public static final styletype list_style
- the style is a list style.
other_style
public static final styletype other_style
- the style is other kind of style.
getvalue
public int getvalue()