Uses of Class
org.apache.xmpbox.schema.XMPBasicSchema
-
Packages that use XMPBasicSchema Package Description org.apache.pdfbox.preflight.metadata org.apache.xmpbox -
-
Uses of XMPBasicSchema in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type XMPBasicSchema Modifier and Type Method Description protected voidSynchronizedMetaDataValidation. analyzeCreationDateProperty(PDDocumentInformation dico, XMPBasicSchema xmp, java.util.List<ValidationResult.ValidationError> ve)Analyze if the CreationDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation. analyzeCreatorToolProperty(PDDocumentInformation dico, XMPBasicSchema xmp, java.util.List<ValidationResult.ValidationError> ve)Analyze if the creator tool embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation. analyzeModifyDateProperty(PDDocumentInformation dico, XMPBasicSchema xmp, java.util.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 XMPBasicSchema Modifier and Type Method Description XMPBasicSchemaXMPMetadata. createAndAddXMPBasicSchema()Create and add a XMP Basic schema to this metadata.XMPBasicSchemaXMPMetadata. getXMPBasicSchema()Get the XMP Basic schema.
-