Uses of Class
org.apache.xmpbox.schema.DublinCoreSchema
Packages that use DublinCoreSchema
-
Uses of DublinCoreSchema in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type DublinCoreSchemaModifier and TypeMethodDescriptionprotected voidSynchronizedMetaDataValidation.analyzeAuthorProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Author(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeSubjectProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Subject(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeTitleProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Title embedded in Document Information dictionary and in XMP properties are synchronized -
Uses of DublinCoreSchema in org.apache.xmpbox
Methods in org.apache.xmpbox that return DublinCoreSchemaModifier and TypeMethodDescriptionXMPMetadata.createAndAddDublinCoreSchema()Create and add a default Dublin Core schema to this metadata.XMPMetadata.getDublinCoreSchema()Get the Dublin Core schema.