styletype-ag凯发旗舰厅



com.spire.doc.documents
enum styletype

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


enum constant summary
character_style
          the style is a character style.
list_style
          the style is a list style.
other_style
          the style is other kind of style.
paragraph_style
          the style is a paragraph style.
table_style
          the style is a table style.
 
method summary
 int getvalue()
           
 
enum constant detail

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

getvalue

public int getvalue()


网站地图