public final class StyleType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHARACTER
The style is a character style.
|
static int |
length |
static int |
LIST
The style is a list style.
|
static int |
PARAGRAPH
The style is a paragraph style.
|
static int |
TABLE
The style is a table style.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String styleTypeName) |
static java.lang.String |
getName(int styleType) |
static int[] |
getValues() |
static java.lang.String |
toString(int styleType) |
public static final int PARAGRAPH
public static final int CHARACTER
public static final int TABLE
public static final int LIST
public static final int length