Java org.apache.pdfbox.pdmodel.interactive.annotation PDAppearanceStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.annotation PDAppearanceStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.annotation PDAppearanceStream.

The text is from its open source code.

Constructor

PDAppearanceStream(COSStream stream)
Creates a Form XObject for reading.
PDAppearanceStream(PDDocument document)
Creates a Form Image XObject for writing, in the given document.

Method

MatrixgetMatrix()
This will get the optional matrix of an XObjectForm.
PDResourcesgetResources()
This will get the resources for this Form XObject.
PDStreamgetStream()
Returns the stream.
voidsetBBox(PDRectangle bbox)
This will set the BBox (bounding box) for this form.
voidsetMatrix(AffineTransform transform)
Sets the optional Matrix entry for the form XObject.
voidsetResources(PDResources resources)
This will set the resources for this page.