org.jempbox.xmp.pdfa
Class XMPSchemaPDFAProperty
public class XMPSchemaPDFAProperty
Define XMP properties used PDFA extension schema description schemas.
TODO 2 naked so far, implement
- Karsten Krieg (kkrieg@intarsys.de)
static String | NAMESPACE- The namespace for this schema.
|
addBagValue, addSequenceDateValue, addSequenceValue, addSequenceValue, getAbout, getBagList, getBooleanProperty, getDateProperty, getElement, getEventSequenceList, getIntegerProperty, getLanguageProperty, getLanguagePropertyLanguages, getSequenceDateList, getSequenceList, getTextProperty, getThumbnailProperty, merge, removeBagValue, removeSequenceDateValue, removeSequenceValue, removeSequenceValue, setAbout, setBooleanProperty, setDateProperty, setIntegerProperty, setLanguageProperty, setTextProperty, setThumbnailProperty |
NAMESPACE
public static final String NAMESPACE
The namespace for this schema.
XMPSchemaPDFAProperty
public XMPSchemaPDFAProperty(Element element,
String prefix) Constructor from existing XML element.
element - The existing element.prefix - The schema prefix.
XMPSchemaPDFAProperty
public XMPSchemaPDFAProperty(XMPMetadata parent)
Construct a new blank PDFA schema.
parent - The parent metadata schema that this will be part of.