| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PDF_CD_COLOR
Integer value of enum value "PDF_CD_COLOR" |
| static final PDFColorDepth | PDF_CD_COLOR
Object value of enum value "PDF_CD_COLOR" |
| static final int | _PDF_CD_GRAY
Integer value of enum value "PDF_CD_GRAY" |
| static final PDFColorDepth | PDF_CD_GRAY
Object value of enum value "PDF_CD_GRAY" |
| static final int | _PDF_CD_MONO
Integer value of enum value "PDF_CD_MONO" |
| static final PDFColorDepth | PDF_CD_MONO
Object value of enum value "PDF_CD_MONO" |
| static final int | _PDFColorDepth_null
Enum null value. |
| Method Summary | |
|---|---|
| static PDFColorDepth | FromInt
(int value)
Creates enum object from an integer. |
| static PDFColorDepth | 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 PDFColorDepth | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static PDFColorDepth | FromInt | (Integer value) |
Creates enum object from an integer object.
|