org.jempbox.xmp.pdfa
Class XMPMetadataPDFA
public class XMPMetadataPDFA
PDFA Metadata.
addBasicJobTicketSchema, addBasicSchema, addDublinCoreSchema, addDynamicMediaSchema, addIptc4xmpCoreSchema, addMediaManagementSchema, addPDFSchema, addPagedTextSchema, addPhotoshopSchema, addRightsManagementSchema, addSchema, addXMLNSMapping, asByteArray, basicAddSchema, getBasicJobTicketSchema, getBasicSchema, getDublinCoreSchema, getDynamicMediaSchema, getEncoding, getMediaManagementSchema, getPDFSchema, getPagedTextSchema, getRightsManagementSchema, getSchemaByClass, getSchemas, getSchemasByNamespaceURI, getXMPDocument, hasUnknownSchema, load, load, load, main, merge, save, save, setEncoding |
XMPMetadataPDFA
public XMPMetadataPDFA()
throws IOException Constructor.
XMPMetadataPDFA
public XMPMetadataPDFA(Document doc)
Constructor.
doc - The XML document that maps to the metadata.
addPDFAFieldSchema
public XMPSchemaPDFAField addPDFAFieldSchema()
Add a new PDFAField schema.
- The newly added PDFA schema.
addPDFAIdSchema
public XMPSchemaPDFAId addPDFAIdSchema()
Add a PDFA Id schema and return the result.
- The newly created PDFA Id schema.
addPDFAPropertySchema
public XMPSchemaPDFAProperty addPDFAPropertySchema()
Create a PDFA property schema.
- The newly created property schema.
addPDFASchema
public XMPSchemaPDFASchema addPDFASchema()
Add a PDFA schema.
- The newly created PDFA schema.
addPDFATypeSchema
public XMPSchemaPDFAType addPDFATypeSchema()
Add a new PDFA type schema.
- The newly created PDFA type schema.
getPDFAFieldSchema
public XMPSchemaPDFAField getPDFAFieldSchema()
throws IOException Get the PDFAField schema.
getPDFAIdSchema
public XMPSchemaPDFAId getPDFAIdSchema()
throws IOException Get the PDFA ID schema.
getPDFAPropertySchema
public XMPSchemaPDFAProperty getPDFAPropertySchema()
throws IOException Get the PDFA property schema.
- The PDFA property schema.
getPDFASchema
public XMPSchemaPDFASchema getPDFASchema()
throws IOException Get the PDFA schema.
getPDFATypeSchema
public XMPSchemaPDFAType getPDFATypeSchema()
throws IOException Get the PDFA type schema.