Uses of Class
org.sejda.sambox.pdmodel.graphics.PDXObject
Packages that use PDXObject
Package
Description
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.
-
Uses of PDXObject in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PDXObjectModifier and TypeMethodDescriptionDefaultResourceCache.getXObject(COSObjectKey key) PDResources.getXObject(COSName name) Returns the XObject resource with the given name, or null if none exists.ResourceCache.getXObject(COSObjectKey key) Returns the XObject resource for the given key object, if it is in the cache.Methods in org.sejda.sambox.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.voidDefaultResourceCache.put(COSObjectKey key, PDXObject xobject) voidSets the XObject resource with the given name.voidResourceCache.put(COSObjectKey key, PDXObject xobject) Puts the given key XObject resource in the cache. -
Uses of PDXObject in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type PDXObjectModifier and TypeMethodDescriptionvoidPDObjectReference.setReferencedObject(PDXObject xobject) Sets the referenced XObject. -
Uses of PDXObject in org.sejda.sambox.pdmodel.documentinterchange.markedcontent
Methods in org.sejda.sambox.pdmodel.documentinterchange.markedcontent with parameters of type PDXObjectModifier and TypeMethodDescriptionvoidPDMarkedContent.addXObject(PDXObject xobject) Adds an XObject to the contents. -
Uses of PDXObject in org.sejda.sambox.pdmodel.graphics
Subclasses of PDXObject in org.sejda.sambox.pdmodel.graphicsMethods in org.sejda.sambox.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.sejda.sambox.pdmodel.graphics.form
Subclasses of PDXObject in org.sejda.sambox.pdmodel.graphics.formModifier and TypeClassDescriptionclassA Form XObject.classA transparency group. -
Uses of PDXObject in org.sejda.sambox.pdmodel.graphics.image
Subclasses of PDXObject in org.sejda.sambox.pdmodel.graphics.image -
Uses of PDXObject in org.sejda.sambox.pdmodel.interactive.annotation
Subclasses of PDXObject in org.sejda.sambox.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.sejda.sambox.text
Methods in org.sejda.sambox.text with parameters of type PDXObject