PDAppearanceStream, PDFormXObject, PDPage, PDTilingPattern, PDTransparencyGroup, PDType3CharProcpublic interface PDContentStream
| Modifier and Type | Method | Description |
|---|---|---|
PDRectangle |
getBBox() |
Returns the bounding box of the contents.
|
java.io.InputStream |
getContents() |
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.
|
java.io.InputStream getContents()
throws java.io.IOException
java.io.IOException - If the stream could not be readPDResources getResources()
PDRectangle getBBox()
Matrix getMatrix()
Copyright © 2002–2018. All rights reserved.