Java org.apache.pdfbox.pdmodel.graphics.form PDFormXObject fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.graphics.form PDFormXObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.graphics.form PDFormXObject.

The text is from its open source code.

Constructor

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

Method

PDResourcesgetResources()
This will get the resources for this Form XObject.
voidsetBBox(PDRectangle bbox)
This will set the BBox (bounding box) for this form.
voidsetFormType(int formType)
Set the form type.
voidsetMatrix(AffineTransform transform)
Sets the optional Matrix entry for the form XObject.
voidsetResources(PDResources resources)
This will set the resources for this page.