| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PDF_PRINTING_LOW_RES
Integer value of enum value "PDF_PRINTING_LOW_RES" |
| static final PDFPrintingMode | PDF_PRINTING_LOW_RES
Object value of enum value "PDF_PRINTING_LOW_RES" |
| static final int | _PDF_PRINTING_HIGH_RES
Integer value of enum value "PDF_PRINTING_HIGH_RES" |
| static final PDFPrintingMode | PDF_PRINTING_HIGH_RES
Object value of enum value "PDF_PRINTING_HIGH_RES" |
| static final int | _PDFPrintingMode_null
Enum null value. |
| Method Summary | |
|---|---|
| static PDFPrintingMode | FromInt
(int value)
Creates enum object from an integer. |
| static PDFPrintingMode | 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 PDFPrintingMode | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static PDFPrintingMode | FromInt | (Integer value) |
Creates enum object from an integer object.
|