Package | Description |
---|---|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
Modifier and Type | Method | Description |
---|---|---|
static PDObjectStream |
PDObjectStream.createStream(PDDocument document) |
This will create a new PDStream object.
|
PDObjectStream |
PDObjectStream.getExtends() |
A reference to an object stream, of which the current object stream is
considered an extension.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDObjectStream.setExtends(PDObjectStream stream) |
A reference to an object stream, of which the current object stream is
considered an extension.
|