- All Known Implementing Classes:
PDAppearanceStream,PDFormXObject,PDPage,PDTilingPattern,PDTransparencyGroup,PDType3CharProc
public interface PDContentStream
A content stream.
- Author:
- John Hewson
-
Method Summary
Modifier and TypeMethodDescriptiongetBBox()Returns the bounding box of the contents.Returns this stream's content, if any.Returns the matrix which transforms from the stream's space to user space.Returns this stream's resources, if any.
-
Method Details
-
getContents
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, if any. -
getBBox
PDRectangle getBBox()Returns the bounding box of the contents. -
getMatrix
Matrix getMatrix()Returns the matrix which transforms from the stream's space to user space.
-