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 and 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 and Description |
---|---|
void |
PDObjectStream.setExtends(PDObjectStream stream)
A reference to an object stream, of which the current object stream is
considered an extension.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.