java.lang.Object
com.aspose.words.MarkupLevel
public class MarkupLevel
- extends java.lang.Object
Utility class containing constants.
Specifies the level in the document tree where a particular StructuredDocumentTag or CustomXmlMarkup can occur.
Field Summary |
static final int | UNKNOWN = 0 | |
Specifies the unknown or invalid value.
|
static final int | INLINE = 1 | |
The element occurs at the inline level (e.g. among as runs of text).
|
static final int | BLOCK = 2 | |
The element occurs at the block level (e.g. among tables and paragraphs).
|
static final int | ROW = 3 | |
The element occurs among rows in a table.
|
static final int | CELL = 4 | |
The element occurs among cells in a row.
|
UNKNOWN = 0 | |
public static final int UNKNOWN |
-
Specifies the unknown or invalid value.
INLINE = 1 | |
public static final int INLINE |
-
The element occurs at the inline level (e.g. among as runs of text).
BLOCK = 2 | |
public static final int BLOCK |
-
The element occurs at the block level (e.g. among tables and paragraphs).
ROW = 3 | |
public static final int ROW |
-
The element occurs among rows in a table.
CELL = 4 | |
public static final int CELL |
-
The element occurs among cells in a row.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.