public final class LayoutEntityType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CELL
Represents a table cell.
|
static int |
COLUMN
Represents a column of text on a page.
|
static int |
COMMENT
Represents placeholder for comment content.
|
static int |
ENDNOTE
Represents placeholder for endnote content.
|
static int |
FOOTNOTE
Represents placeholder for footnote content.
|
static int |
HEADER_FOOTER
Represents placeholder for header/footer content on a page.
|
static int |
length |
static int |
LINE
Represents line of characters of text and inline objects.
|
static int |
NONE
Default value.
|
static int |
NOTE
Represents placeholder for note content.
|
static int |
NOTE_SEPARATOR
Represents footnote/endnote separator.
|
static int |
PAGE
Represents page of a document.
|
static int |
ROW
Represents a table row.
|
static int |
SPAN
Represents one or more characters in a line.
|
static int |
TEXT_BOX
Represents text area inside of a shape.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String layoutEntityTypeName) |
static int |
fromNames(java.util.Set layoutEntityTypeNames) |
static java.lang.String |
getName(int layoutEntityType) |
static java.util.Set |
getNames(int layoutEntityType) |
static int[] |
getValues() |
static java.lang.String |
toString(int layoutEntityType) |
static java.lang.String |
toStringSet(int attr) |
public static final int NONE
public static final int PAGE
public static final int COLUMN
CELL, plus FOOTNOTE, ENDNOTE and NOTE_SEPARATOR entities.public static final int ROW
CELL as child entities.public static final int CELL
public static final int LINE
SPAN child entities.public static final int SPAN
public static final int FOOTNOTE
NOTE child entities.public static final int ENDNOTE
NOTE child entities.public static final int NOTE
public static final int HEADER_FOOTER
public static final int TEXT_BOX
public static final int COMMENT
public static final int NOTE_SEPARATOR
public static final int length
public static java.lang.String getName(int layoutEntityType)
public static java.util.Set getNames(int layoutEntityType)
public static java.lang.String toString(int layoutEntityType)
public static java.lang.String toStringSet(int attr)
public static int fromName(java.lang.String layoutEntityTypeName)
public static int fromNames(java.util.Set layoutEntityTypeNames)
public static int[] getValues()