Uses of Class
org.apache.pdfbox.pdmodel.graphics.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 graphics package deals with graphics states, operations, and parameters within the PDF document.
This package deals with Form XObjects that are stored in a PDF document.
This package deals with images that are stored in a PDF document.
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDXObject in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDXObjectModifier and TypeMethodDescriptionDefaultResourceCache.getXObject(COSObject indirect) PDResources.getXObject(COSName name) Returns the XObject resource with the given name, or null if none exists.ResourceCache.getXObject(COSObject indirect) Returns the XObject resource for the given indirect object, if it is in the cache.Methods in org.apache.pdfbox.pdmodel with parameters of type PDXObjectModifier and TypeMethodDescriptionAdds the given XObject to the resources of the current page and returns the name for the new resources.voidPDPageContentStream.drawXObject(PDXObject xobject, float x, float y, float width, float height) Deprecated.voidPDPageContentStream.drawXObject(PDXObject xobject, AffineTransform transform) Deprecated.voidvoidSets the XObject resource with the given name.voidPuts the given indirect XObject resource in the cache. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDXObjectModifier and TypeMethodDescriptionvoidPDObjectReference.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 TypeMethodDescriptionvoidPDMarkedContent.addXObject(PDXObject xobject) Adds an XObject to the contents. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.graphics
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.graphicsMethods in org.apache.pdfbox.pdmodel.graphics that return PDXObjectModifier and TypeMethodDescriptionstatic PDXObjectPDXObject.createXObject(COSBase base, PDResources resources) Creates a new XObject instance of the appropriate type for the COS stream. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.graphics.form
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.graphics.formModifier and TypeClassDescriptionclassA Form XObject.classA transparency group. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.graphics.image
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.graphics.image -
Uses of PDXObject in org.apache.pdfbox.pdmodel.interactive.annotation
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.interactive.annotationModifier and TypeClassDescriptionclassAn appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation rectangle. -
Uses of PDXObject in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text with parameters of type PDXObject
PDPageContentStream.drawImage(org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject, float, float)instead.