public final class MarkupLevel
extends java.lang.Object
StructuredDocumentTag can occur.| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK
The element occurs at the block level (e.g.
|
static int |
CELL
The element occurs among cells in a row.
|
static int |
INLINE
The element occurs at the inline level (e.g.
|
static int |
length |
static int |
ROW
The element occurs among rows in a table.
|
static int |
UNKNOWN
Specifies the unknown or invalid value.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String markupLevelName) |
static java.lang.String |
getName(int markupLevel) |
static int[] |
getValues() |
static java.lang.String |
toString(int markupLevel) |
public static final int UNKNOWN
public static final int INLINE
public static final int BLOCK
public static final int ROW
public static final int CELL
public static final int length