java.lang.Object
com.aspose.words.FieldIndexFormat
public class FieldIndexFormat
| Field Summary | ||
|---|---|---|
static final int | TEMPLATE | |
| From template. | ||
static final int | CLASSIC | |
| Classic. | ||
static final int | FANCY | |
| Fancy. | ||
static final int | MODERN | |
| Modern. | ||
static final int | BULLETED | |
| Bulleted. | ||
static final int | FORMAL | |
| Formal. | ||
static final int | SIMPLE | |
| Simple. | ||
| Field Detail |
|---|
TEMPLATE = 0 | |
public static final int TEMPLATE | |
CLASSIC = 1 | |
public static final int CLASSIC | |
FANCY = 2 | |
public static final int FANCY | |
MODERN = 3 | |
public static final int MODERN | |
BULLETED = 4 | |
public static final int BULLETED | |
FORMAL = 5 | |
public static final int FORMAL | |
SIMPLE = 6 | |
public static final int SIMPLE | |