Uses of Class
org.sejda.sambox.pdmodel.common.PDMetadata
Packages that use PDMetadata
Package
Description
-
Uses of PDMetadata in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.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.sejda.sambox.pdmodel with parameters of type PDMetadataModifier and TypeMethodDescriptionvoidPDDocumentCatalog.setMetadata(PDMetadata meta) Sets the metadata for this object.voidPDPage.setMetadata(PDMetadata meta) Set the metadata for this object. -
Uses of PDMetadata in org.sejda.sambox.pdmodel.common
Methods in org.sejda.sambox.pdmodel.common that return PDMetadataModifier and TypeMethodDescriptionPDStream.getMetadata()Get the metadata that is part of the document catalog.Methods in org.sejda.sambox.pdmodel.common with parameters of type PDMetadataModifier and TypeMethodDescriptionvoidPDStream.setMetadata(PDMetadata meta) Set the metadata for this object. -
Uses of PDMetadata in org.sejda.sambox.pdmodel.graphics.image
Methods in org.sejda.sambox.pdmodel.graphics.image that return PDMetadataModifier and TypeMethodDescriptionPDImageXObject.getMetadata()Returns the metadata associated with this XObject, or null if there is none.Methods in org.sejda.sambox.pdmodel.graphics.image with parameters of type PDMetadataModifier and TypeMethodDescriptionvoidPDImageXObject.setMetadata(PDMetadata meta) Sets the metadata associated with this XObject, or null if there is none.