Interface PDContentStream
-
- All Known Implementing Classes:
PDAppearanceStream,PDFormXObject,PDPage,PDTilingPattern,PDType3CharProc
public interface PDContentStreamA content stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PDRectanglegetBBox()Returns the bounding box of the contents, if any.InputStreamgetContents()Returns this stream's content, if any.MatrixgetMatrix()Returns the matrix which transforms from the stream's space to user space.PDResourcesgetResources()Returns this stream's resources
-
-
-
Method Detail
-
getContents
InputStream getContents() throws IOException
Returns this stream's content, if any.- Returns:
- An InputStream or null.
- Throws:
IOException- If the stream could not be read
-
getResources
PDResources getResources()
Returns this stream's resources
-
getBBox
PDRectangle getBBox()
Returns the bounding box of the contents, if any.
-
getMatrix
Matrix getMatrix()
Returns the matrix which transforms from the stream's space to user space.
-
-