Uses of Class
org.apache.pdfbox.pdmodel.common.PDObjectStream
-
Packages that use PDObjectStream Package Description 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 Modifier and Type Method Description static PDObjectStream
PDObjectStream. createStream(PDDocument document)
This will create a new PDObjectStream 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 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.
-