java.lang.Objectcom.aspose.words.LayoutEntityType
public class LayoutEntityType
Field Summary | ||
---|---|---|
static final int | NONE | |
Default value. | ||
static final int | PAGE | |
Represents page of a document.
Page may have |
||
static final int | COLUMN | |
Represents a column of text on a page.
Column may have the same child entities as |
||
static final int | ROW | |
Represents a table row.
Row may have |
||
static final int | CELL | |
Represents a table cell.
Cell may have |
||
static final int | LINE | |
Represents line of characters of text and inline objects.
Line may have |
||
static final int | SPAN | |
Represents one or more characters in a line. This include special characters like field start/end markers, bookmarks and comments. Span may not have child entities. | ||
static final int | FOOTNOTE | |
Represents placeholder for footnote content.
Footnote may have |
||
static final int | ENDNOTE | |
Represents placeholder for endnote content.
Endnote may have |
||
static final int | HEADER_FOOTER | |
Represents placeholder for header/footer content on a page.
HeaderFooter may have |
||
static final int | TEXT_BOX | |
Represents text area inside of a shape.
Textbox may have |
||
static final int | COMMENT | |
Represents placeholder for comment content.
Comment may have |
||
static final int | NOTE_SEPARATOR | |
Represents footnote/endnote separator.
NoteSeparator may have |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
PAGE = 1 | |
public static final int PAGE |
COLUMN = 2 | |
public static final int COLUMN |
ROW = 8 | |
public static final int ROW |
CELL = 16 | |
public static final int CELL |
LINE = 32 | |
public static final int LINE |
SPAN = 64 | |
public static final int SPAN |
FOOTNOTE = 256 | |
public static final int FOOTNOTE |
ENDNOTE = 512 | |
public static final int ENDNOTE |
HEADER_FOOTER = 1024 | |
public static final int HEADER_FOOTER |
TEXT_BOX = 2048 | |
public static final int TEXT_BOX |
COMMENT = 4096 | |
public static final int COMMENT |
NOTE_SEPARATOR = 8192 | |
public static final int NOTE_SEPARATOR |