|
java.lang.Object
com.aspose.words.OutlineLevel
public class OutlineLevel - extends java.lang.Object
Utility class containing constants.
Specifies the outline level of a paragraph in the document.
|
Field Summary |
static final int | LEVEL_1 | |
|
The paragraph is at the outline level 1 (topmost level).
|
static final int | LEVEL_2 | |
|
The paragraph is at the outline level 2.
|
static final int | LEVEL_3 | |
|
The paragraph is at the outline level 3.
|
static final int | LEVEL_4 | |
|
The paragraph is at the outline level 4.
|
static final int | LEVEL_5 | |
|
The paragraph is at the outline level 5.
|
static final int | LEVEL_6 | |
|
The paragraph is at the outline level 6.
|
static final int | LEVEL_7 | |
|
The paragraph is at the outline level 7.
|
static final int | LEVEL_8 | |
|
The paragraph is at the outline level 8.
|
static final int | LEVEL_9 | |
|
The paragraph is at the outline level 9.
|
static final int | BODY_TEXT | |
|
The paragraph is at the level of the main text.
|
LEVEL_1 | |
public static final int LEVEL_1 |
-
The paragraph is at the outline level 1 (topmost level).
LEVEL_2 | |
public static final int LEVEL_2 |
-
The paragraph is at the outline level 2.
LEVEL_3 | |
public static final int LEVEL_3 |
-
The paragraph is at the outline level 3.
LEVEL_4 | |
public static final int LEVEL_4 |
-
The paragraph is at the outline level 4.
LEVEL_5 | |
public static final int LEVEL_5 |
-
The paragraph is at the outline level 5.
LEVEL_6 | |
public static final int LEVEL_6 |
-
The paragraph is at the outline level 6.
LEVEL_7 | |
public static final int LEVEL_7 |
-
The paragraph is at the outline level 7.
LEVEL_8 | |
public static final int LEVEL_8 |
-
The paragraph is at the outline level 8.
LEVEL_9 | |
public static final int LEVEL_9 |
-
The paragraph is at the outline level 9.
BODY_TEXT | |
public static final int BODY_TEXT |
-
The paragraph is at the level of the main text.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|