java.lang.Objectcom.aspose.words.StyleType
public class StyleType
Field Summary | ||
---|---|---|
static final int | PARAGRAPH | |
The style is a paragraph style. | ||
static final int | CHARACTER | |
The style is a character style. | ||
static final int | TABLE | |
The style is a table style. | ||
static final int | LIST | |
The style is a list style. |
Field Detail |
---|
PARAGRAPH = 1 | |
public static final int PARAGRAPH |
CHARACTER = 2 | |
public static final int CHARACTER |
TABLE = 3 | |
public static final int TABLE |
LIST = 4 | |
public static final int LIST |