Package | Description |
---|---|
com.etymon.pjx |
The fundamental classes for creation and modification of PDF
documents.
|
Modifier and Type | Field and Description |
---|---|
static PdfBoolean |
PdfBoolean.FALSE
A
PdfBoolean object representing the Boolean
value false . |
static PdfBoolean |
PdfBoolean.TRUE
A
PdfBoolean object representing the Boolean
value true . |
Modifier and Type | Method and Description |
---|---|
static PdfBoolean |
PdfBoolean.valueOf(boolean b)
Returns a
PdfBoolean object with the specified
value. |