public interface PDContentStream
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
getBBox()
Returns the bounding box of the contents.
|
InputStream |
getContents()
Returns this stream's content, if any.
|
org.apache.pdfbox.io.RandomAccessRead |
getContentsForRandomAccess()
Returns this stream's content, if any.
|
Matrix |
getMatrix()
Returns the matrix which transforms from the stream's space to user space.
|
PDResources |
getResources()
Returns this stream's resources, if any.
|
InputStream getContents() throws IOException
IOException - If the stream could not be readorg.apache.pdfbox.io.RandomAccessRead getContentsForRandomAccess()
throws IOException
IOException - If the content could not be readPDResources getResources()
PDRectangle getBBox()
Matrix getMatrix()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.