java.lang.Objectcom.aspose.words.MarkupLevel
public class MarkupLevel
Field Summary | ||
---|---|---|
static final int | UNKNOWN | |
Specifies the unknown or invalid value. | ||
static final int | INLINE | |
The element occurs at the inline level (e.g. among as runs of text). | ||
static final int | BLOCK | |
The element occurs at the block level (e.g. among tables and paragraphs). | ||
static final int | ROW | |
The element occurs among rows in a table. | ||
static final int | CELL | |
The element occurs among cells in a row. |
Field Detail |
---|
UNKNOWN = 0 | |
public static final int UNKNOWN |
INLINE = 1 | |
public static final int INLINE |
BLOCK = 2 | |
public static final int BLOCK |
ROW = 3 | |
public static final int ROW |
CELL = 4 | |
public static final int CELL |