Uses of Class
org.apache.pdfbox.pdmodel.common.PDMetadata
Packages that use PDMetadata
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
High level PD classes that are used throughout several packages are placed in the PDModel common package.
This package deals with images that are stored in a PDF document.
-
Uses of PDMetadata in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDMetadataModifier and TypeMethodDescriptionPDDocumentCatalog.getMetadata()
Get the metadata that is part of the document catalog.PDPage.getMetadata()
Get the metadata that is part of the document catalog.Methods in org.apache.pdfbox.pdmodel with parameters of type PDMetadataModifier and TypeMethodDescriptionvoid
PDDocumentCatalog.setMetadata
(PDMetadata meta) Set the metadata for this object.void
PDPage.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 PDMetadataModifier and TypeMethodDescriptionPDMemoryStream.getMetadata()
Get the metadata that is part of the document catalog.PDStream.getMetadata()
Get the metadata that is part of the document catalog.Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDMetadataModifier and TypeMethodDescriptionvoid
PDMemoryStream.setMetadata
(PDMetadata meta) Set the metadata for this object.void
PDStream.setMetadata
(PDMetadata meta) Set the metadata for this object. -
Uses of PDMetadata in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDMetadataModifier and TypeMethodDescriptionPDXObject.getMetadata()
Get the metadata that is part of the document catalog.Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type PDMetadataModifier and TypeMethodDescriptionvoid
PDXObject.setMetadata
(PDMetadata meta) Set the metadata for this object.