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 void
SynchronizedMetaDataValidation. 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 void
SynchronizedMetaDataValidation. 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 void
SynchronizedMetaDataValidation. 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 XMPBasicSchema
XMPMetadata. createAndAddXMPBasicSchema()
Create and add a XMP Basic schema to this metadata.XMPBasicSchema
XMPMetadata. getXMPBasicSchema()
Get the XMP Basic schema.
-