public class XMPMetadataPDFA extends XMPMetadata
encoding, ENCODING_UTF16BE, ENCODING_UTF16LE, ENCODING_UTF8, nsMappings, xmpDocument
Constructor and Description |
---|
XMPMetadataPDFA()
Constructor.
|
XMPMetadataPDFA(Document doc)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
XMPSchemaPDFAField |
addPDFAFieldSchema()
Add a new PDFAField schema.
|
XMPSchemaPDFAId |
addPDFAIdSchema()
Add a PDFA Id schema and return the result.
|
XMPSchemaPDFAProperty |
addPDFAPropertySchema()
Create a PDFA property schema.
|
XMPSchemaPDFASchema |
addPDFASchema()
Add a PDFA schema.
|
XMPSchemaPDFAType |
addPDFATypeSchema()
Add a new PDFA type schema.
|
XMPSchemaPDFAField |
getPDFAFieldSchema()
Get the PDFAField schema.
|
XMPSchemaPDFAId |
getPDFAIdSchema()
Get the PDFA ID schema.
|
XMPSchemaPDFAProperty |
getPDFAPropertySchema()
Get the PDFA property schema.
|
XMPSchemaPDFASchema |
getPDFASchema()
Get the PDFA schema.
|
XMPSchemaPDFAType |
getPDFATypeSchema()
Get the PDFA type schema.
|
static XMPMetadata |
load(InputSource is)
Load a a PDFA metadata.
|
addBasicJobTicketSchema, addBasicSchema, addDublinCoreSchema, addDynamicMediaSchema, addIptc4xmpCoreSchema, addMediaManagementSchema, addPagedTextSchema, addPDFSchema, addPhotoshopSchema, addRightsManagementSchema, addSchema, addXMLNSMapping, asByteArray, basicAddSchema, getBasicJobTicketSchema, getBasicSchema, getDublinCoreSchema, getDynamicMediaSchema, getEncoding, getMediaManagementSchema, getPagedTextSchema, getPDFSchema, getRightsManagementSchema, getSchemaByClass, getSchemas, getSchemasByNamespaceURI, getXMPDocument, hasUnknownSchema, load, load, main, merge, save, save, setEncoding
public XMPMetadataPDFA() throws IOException
IOException
- If there is an error creating this metadata.public XMPMetadataPDFA(Document doc)
doc
- The XML document that maps to the metadata.public static XMPMetadata load(InputSource is) throws IOException
is
- An XML input streamIOException
- If there is an error loading the XML document.public XMPSchemaPDFAField getPDFAFieldSchema() throws IOException
IOException
- If there is an error finding the scheam.public XMPSchemaPDFAField addPDFAFieldSchema()
public XMPSchemaPDFAId getPDFAIdSchema() throws IOException
IOException
- If there is an error accessing the PDFA id schema.public XMPSchemaPDFAId addPDFAIdSchema()
public XMPSchemaPDFAProperty getPDFAPropertySchema() throws IOException
IOException
- If there is an error accessing the PDFA property schema.public XMPSchemaPDFAProperty addPDFAPropertySchema()
public XMPSchemaPDFASchema getPDFASchema() throws IOException
IOException
- If there is an error getting the PDFA schema.public XMPSchemaPDFASchema addPDFASchema()
public XMPSchemaPDFAType getPDFATypeSchema() throws IOException
IOException
- If there is an error accessing the PDFA type schema.public XMPSchemaPDFAType addPDFATypeSchema()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.