Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
org.apache.pdfbox.pdfwriter |
This is the persistence layer used to write the PDFBox documents to a stream.
|
Modifier and Type | Field and Description |
---|---|
static COSBoolean |
COSBoolean.FALSE
The PDF false value.
|
static COSBoolean |
COSBoolean.TRUE
The PDF true value.
|
Modifier and Type | Method and Description |
---|---|
static COSBoolean |
COSBoolean.getBoolean(boolean value)
This will get the boolean value.
|
static COSBoolean |
COSBoolean.getBoolean(Boolean value)
This will get the boolean value.
|
Modifier and Type | Method and Description |
---|---|
Object |
ICOSVisitor.visitFromBoolean(COSBoolean obj)
Notification of visit to boolean object.
|
Modifier and Type | Method and Description |
---|---|
protected COSBoolean |
BaseParser.parseBoolean()
This will parse a boolean object from the stream.
|
Modifier and Type | Method and Description |
---|---|
Object |
COSWriter.visitFromBoolean(COSBoolean obj) |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.