public final class OutlineLevel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BODY_TEXT
The paragraph is at the level of the main text.
|
static int |
length |
static int |
LEVEL_1
The paragraph is at the outline level 1 (topmost level).
|
static int |
LEVEL_2
The paragraph is at the outline level 2.
|
static int |
LEVEL_3
The paragraph is at the outline level 3.
|
static int |
LEVEL_4
The paragraph is at the outline level 4.
|
static int |
LEVEL_5
The paragraph is at the outline level 5.
|
static int |
LEVEL_6
The paragraph is at the outline level 6.
|
static int |
LEVEL_7
The paragraph is at the outline level 7.
|
static int |
LEVEL_8
The paragraph is at the outline level 8.
|
static int |
LEVEL_9
The paragraph is at the outline level 9.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String outlineLevelName) |
static java.lang.String |
getName(int outlineLevel) |
static int[] |
getValues() |
static java.lang.String |
toString(int outlineLevel) |
public static final int LEVEL_1
public static final int LEVEL_2
public static final int LEVEL_3
public static final int LEVEL_4
public static final int LEVEL_5
public static final int LEVEL_6
public static final int LEVEL_7
public static final int LEVEL_8
public static final int LEVEL_9
public static final int BODY_TEXT
public static final int length