java.io.Serializable
, java.lang.Comparable<PdfDiv.DisplayType>
public static enum PdfDiv.DisplayType extends java.lang.Enum<PdfDiv.DisplayType>
Enum Constant | Description |
---|---|
BLOCK |
|
INLINE |
|
INLINE_BLOCK |
|
INLINE_TABLE |
|
LIST_ITEM |
|
NONE |
|
RUN_IN |
|
TABLE |
|
TABLE_CAPTION |
|
TABLE_CELL |
|
TABLE_COLUMN |
|
TABLE_COLUMN_GROUP |
|
TABLE_FOOTER_GROUP |
|
TABLE_HEADER_GROUP |
|
TABLE_ROW |
|
TABLE_ROW_GROUP |
Modifier and Type | Method | Description |
---|---|---|
static PdfDiv.DisplayType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PdfDiv.DisplayType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfDiv.DisplayType NONE
public static final PdfDiv.DisplayType BLOCK
public static final PdfDiv.DisplayType INLINE
public static final PdfDiv.DisplayType INLINE_BLOCK
public static final PdfDiv.DisplayType INLINE_TABLE
public static final PdfDiv.DisplayType LIST_ITEM
public static final PdfDiv.DisplayType RUN_IN
public static final PdfDiv.DisplayType TABLE
public static final PdfDiv.DisplayType TABLE_CAPTION
public static final PdfDiv.DisplayType TABLE_CELL
public static final PdfDiv.DisplayType TABLE_COLUMN_GROUP
public static final PdfDiv.DisplayType TABLE_COLUMN
public static final PdfDiv.DisplayType TABLE_FOOTER_GROUP
public static final PdfDiv.DisplayType TABLE_HEADER_GROUP
public static final PdfDiv.DisplayType TABLE_ROW
public static final PdfDiv.DisplayType TABLE_ROW_GROUP
public static PdfDiv.DisplayType[] values()
for (PdfDiv.DisplayType c : PdfDiv.DisplayType.values()) System.out.println(c);
public static PdfDiv.DisplayType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 1998–2018. All rights reserved.