Uses of Class
org.apache.xmpbox.schema.DublinCoreSchema
-
Packages that use DublinCoreSchema Package Description org.apache.pdfbox.preflight.metadata org.apache.xmpbox -
-
Uses of DublinCoreSchema in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type DublinCoreSchema Modifier and Type Method Description protected voidSynchronizedMetaDataValidation. analyzeAuthorProperty(PDDocumentInformation dico, DublinCoreSchema dc, java.util.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, java.util.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, java.util.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 DublinCoreSchema Modifier and Type Method Description DublinCoreSchemaXMPMetadata. createAndAddDublinCoreSchema()Create and add a default Dublin Core schema to this metadata.DublinCoreSchemaXMPMetadata. getDublinCoreSchema()Get the Dublin Core schema.
-