Uses of Class
org.apache.pdfbox.pdmodel.graphics.xobject.PDXObject
Packages that use PDXObject
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
The marked content package provides a mechanism for modeling marked-content
sequences.
The PDModel edit package will be used to store classes for creating page content.
This package deals with images that are stored in a PDF document.
This package contains utility classes that are used by the PDFBox project.
-
Uses of PDXObject in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDXObjectModifier and TypeMethodDescriptionPDResources.getXObjects()
This will get the map of PDXObjects that are in the resource dictionary.Methods in org.apache.pdfbox.pdmodel with parameters of type PDXObjectModifier and TypeMethodDescriptionPDResources.addXObject
(PDXObject xobject, String prefix) Adds the given XObject to the resources of the current the page.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDXObjectModifier and TypeMethodDescriptionvoid
PDResources.setXObjects
(Map<String, PDXObject> xobjectsValue) This will set the map of xobjects. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDXObjectModifier and TypeMethodDescriptionvoid
PDObjectReference.setReferencedObject
(PDXObject xobject) Sets the referenced XObject. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent
Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type PDXObjectModifier and TypeMethodDescriptionvoid
PDMarkedContent.addXObject
(PDXObject xobject) Adds an XObject to the contents. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.edit
Methods in org.apache.pdfbox.pdmodel.edit with parameters of type PDXObjectModifier and TypeMethodDescriptionvoid
PDPageContentStream.drawXObject
(PDXObject xobject, float x, float y, float width, float height) Draw an xobject(form or image) at the x,y coordinates and a certain width and height.void
PDPageContentStream.drawXObject
(PDXObject xobject, AffineTransform transform) Draw an xobject(form or image) using the givenAffineTransform
to position the xobject. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.graphics.xobject
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.graphics.xobjectModifier and TypeClassDescriptionclass
An image class for CCITT Fax.class
An image class for JPegs.class
This class contains a PixelMap Image.class
A form xobject.class
The prototype for all PDImages.Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDXObjectModifier and TypeMethodDescriptionprotected static PDXObject
PDXObject.commonXObjectCreation
(COSBase xobject, boolean isThumb) Create the correct xobject from the cos base.static PDXObject
PDXObjectImage.createThumbnailXObject
(COSBase xobject) Create the correct thumbnail from the cos base.static PDXObject
PDXObject.createXObject
(COSBase xobject) Create the correct xobject from the cos base. -
Uses of PDXObject in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return types with arguments of type PDXObjectMethods in org.apache.pdfbox.util with parameters of type PDXObject