|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDObjectStream | |
|---|---|
| org.apache.pdfbox.pdmodel.common | High level PD classes that are used throughout several packages are placed in the PDModel common package. |
| Uses of PDObjectStream in org.apache.pdfbox.pdmodel.common |
|---|
| Methods in org.apache.pdfbox.pdmodel.common that return PDObjectStream | |
|---|---|
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. |
| Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDObjectStream | |
|---|---|
void |
PDObjectStream.setExtends(PDObjectStream stream)
A reference to an object stream, of which the current object stream is considered an extension. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||