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 void
SynchronizedMetaDataValidation. 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 void
SynchronizedMetaDataValidation. 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 void
SynchronizedMetaDataValidation. 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 DublinCoreSchema
XMPMetadata. createAndAddDublinCoreSchema()
Create and add a default Dublin Core schema to this metadata.DublinCoreSchema
XMPMetadata. getDublinCoreSchema()
Get the Dublin Core schema.
-