Uses of Class
org.pdfbox.pdmodel.common.PDMetadata

Packages that use PDMetadata
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
org.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document. 
 

Uses of PDMetadata in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDMetadata
 PDMetadata PDPage.getMetadata()
          Get the metadata that is part of the document catalog.
 PDMetadata PDDocumentCatalog.getMetadata()
          Get the metadata that is part of the document catalog.
 

Methods in org.pdfbox.pdmodel with parameters of type PDMetadata
 void PDPage.setMetadata(PDMetadata meta)
          Set the metadata for this object.
 void PDDocumentCatalog.setMetadata(PDMetadata meta)
          Set the metadata for this object.
 

Uses of PDMetadata in org.pdfbox.pdmodel.common
 

Methods in org.pdfbox.pdmodel.common that return PDMetadata
 PDMetadata PDMemoryStream.getMetadata()
          Get the metadata that is part of the document catalog.
 PDMetadata PDStream.getMetadata()
          Get the metadata that is part of the document catalog.
 

Methods in org.pdfbox.pdmodel.common with parameters of type PDMetadata
 void 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.pdfbox.pdmodel.graphics.xobject
 

Methods in org.pdfbox.pdmodel.graphics.xobject that return PDMetadata
 PDMetadata PDXObject.getMetadata()
          Get the metadata that is part of the document catalog.
 

Methods in org.pdfbox.pdmodel.graphics.xobject with parameters of type PDMetadata
 void PDXObject.setMetadata(PDMetadata meta)
          Set the metadata for this object.