| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PDF_STROKE_ALL_FONTS
Integer value of enum value "PDF_STROKE_ALL_FONTS" |
| static final PDFFontStrokeMode | PDF_STROKE_ALL_FONTS
Object value of enum value "PDF_STROKE_ALL_FONTS" |
| static final int | _PDF_USE_TRUE_TYPE_FONTS
Integer value of enum value "PDF_USE_TRUE_TYPE_FONTS" |
| static final PDFFontStrokeMode | PDF_USE_TRUE_TYPE_FONTS
Object value of enum value "PDF_USE_TRUE_TYPE_FONTS" |
| static final int | _PDFFontStrokeMode_null
Enum null value. |
| Method Summary | |
|---|---|
| static PDFFontStrokeMode | FromInt
(int value)
Creates enum object from an integer. |
| static PDFFontStrokeMode | 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 PDFFontStrokeMode | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static PDFFontStrokeMode | FromInt | (Integer value) |
Creates enum object from an integer object.
|