Uses of Class
org.apache.xmpbox.schema.XMPBasicSchema
Packages that use XMPBasicSchema
-
Uses of XMPBasicSchema in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type XMPBasicSchemaModifier and TypeMethodDescriptionprotected void
SynchronizedMetaDataValidation.analyzeCreationDateProperty
(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the CreationDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeCreatorToolProperty
(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the creator tool embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeModifyDateProperty
(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the ModifyDate embedded in Document Information dictionary and in XMP properties are synchronized -
Uses of XMPBasicSchema in org.apache.xmpbox
Methods in org.apache.xmpbox that return XMPBasicSchemaModifier and TypeMethodDescriptionXMPMetadata.createAndAddXMPBasicSchema()
Create and add a XMP Basic schema to this metadata.XMPMetadata.getXMPBasicSchema()
Get the XMP Basic schema.