Uses of Class
org.apache.pdfbox.pdmodel.common.PDMetadata
-
Packages that use PDMetadata Package Description org.apache.pdfbox.multipdf org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.graphics.image This package deals with images that are stored in a PDF document. -
-
Uses of PDMetadata in org.apache.pdfbox.multipdf
Methods in org.apache.pdfbox.multipdf that return PDMetadata Modifier and Type Method Description PDMetadataPDFMergerUtility. getDestinationMetadata()Set the destination metadata that is to be set inPDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.MemoryUsageSetting).Methods in org.apache.pdfbox.multipdf with parameters of type PDMetadata Modifier and Type Method Description voidPDFMergerUtility. setDestinationMetadata(PDMetadata meta)Set the destination metadata that is to be set inPDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.MemoryUsageSetting). -
Uses of PDMetadata in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDMetadata Modifier and Type Method Description PDMetadataPDDocumentCatalog. getMetadata()Get the metadata that is part of the document catalog.PDMetadataPDPage. getMetadata()Get the metadata that is part of the document catalog.Methods in org.apache.pdfbox.pdmodel with parameters of type PDMetadata Modifier and Type Method Description voidPDDocumentCatalog. setMetadata(PDMetadata meta)Sets the metadata for this object.voidPDPage. setMetadata(PDMetadata meta)Set the metadata for this object. -
Uses of PDMetadata in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that return PDMetadata Modifier and Type Method Description PDMetadataPDStream. getMetadata()Get the metadata that is part of the document catalog.Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDMetadata Modifier and Type Method Description voidPDStream. setMetadata(PDMetadata meta)Set the metadata for this object. -
Uses of PDMetadata in org.apache.pdfbox.pdmodel.graphics.image
Methods in org.apache.pdfbox.pdmodel.graphics.image that return PDMetadata Modifier and Type Method Description PDMetadataPDImageXObject. getMetadata()Returns the metadata associated with this XObject, or null if there is none.Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type PDMetadata Modifier and Type Method Description voidPDImageXObject. setMetadata(PDMetadata meta)Sets the metadata associated with this XObject, or null if there is none.
-