| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PDF_LAYERS_ALL
Integer value of enum value "PDF_LAYERS_ALL" |
| static final PDFLayerMode | PDF_LAYERS_ALL
Object value of enum value "PDF_LAYERS_ALL" |
| static final int | _PDF_LAYERS_VISIBLE
Integer value of enum value "PDF_LAYERS_VISIBLE" |
| static final PDFLayerMode | PDF_LAYERS_VISIBLE
Object value of enum value "PDF_LAYERS_VISIBLE" |
| static final int | _PDF_LAYERS_NONE
Integer value of enum value "PDF_LAYERS_NONE" |
| static final PDFLayerMode | PDF_LAYERS_NONE
Object value of enum value "PDF_LAYERS_NONE" |
| static final int | _PDFLayerMode_null
Enum null value. |
| Method Summary | |
|---|---|
| static PDFLayerMode | FromInt
(int value)
Creates enum object from an integer. |
| static PDFLayerMode | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static PDFLayerMode | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static PDFLayerMode | FromInt | (Integer value) |
Creates enum object from an integer object.
|