Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
org.apache.pdfbox.pdfwriter |
This is the persistence layer used to write the PDFBox documents to a stream.
|
Modifier and Type | Field | Description |
---|---|---|
static COSNull |
COSNull.NULL |
The one null object in the system.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ICOSVisitor.visitFromNull(COSNull obj) |
Notification of visit to null object.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
COSWriter.visitFromNull(COSNull obj) |
visitFromNull method comment.
|