Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDXObject
-
Packages that use PDXObject Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file.org.apache.pdfbox.pdmodel.documentinterchange.markedcontent The marked content package provides a mechanism for modeling marked-content sequences.org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.org.apache.pdfbox.pdmodel.graphics.form This package deals with Form XObjects that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.image This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.text -
-
Uses of PDXObject in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDXObject Modifier and Type Method Description PDXObjectDefaultResourceCache. getXObject(COSObject indirect)PDXObjectPDResources. getXObject(COSName name)Returns the XObject resource with the given name, or null if none exists.PDXObjectResourceCache. 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 PDXObject Modifier and Type Method Description COSNamePDResources. add(PDXObject xobject, java.lang.String prefix)Adds 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, java.awt.geom.AffineTransform transform)Deprecated.voidDefaultResourceCache. put(COSObject indirect, PDXObject xobject)voidPDResources. put(COSName name, PDXObject xobject)Sets the XObject resource with the given name.voidResourceCache. put(COSObject indirect, PDXObject xobject)Puts 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 PDXObject Modifier and Type Method Description voidPDObjectReference. 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 PDXObject Modifier and Type Method Description voidPDMarkedContent. 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.graphics Modifier and Type Class Description classPDPostScriptXObjectA PostScript XObject.Methods in org.apache.pdfbox.pdmodel.graphics that return PDXObject Modifier and Type Method Description static 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.form Modifier and Type Class Description classPDFormXObjectA Form XObject.classPDTransparencyGroupA transparency group. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.graphics.image
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.graphics.image Modifier and Type Class Description classPDImageXObjectAn Image XObject. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.interactive.annotation
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.interactive.annotation Modifier and Type Class Description classPDAppearanceStreamAn 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 Modifier and Type Method Description voidPDFMarkedContentExtractor. xobject(PDXObject xobject)
-