|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StyleType>
com.spire.doc.documents.StyleType
public 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 |
---|
public static final StyleType Paragraph_Style
public static final StyleType Character_Style
public static final StyleType Table_Style
public static final StyleType List_Style
public static final StyleType Other_Style
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |