org.jempbox.xmp
Class XMPSchemaPDF
public class XMPSchemaPDF
Define XMP properties used with Adobe PDF documents.
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.
XMPSchemaPDF
public XMPSchemaPDF(Element element,
String prefix) Constructor from existing XML element.
element - The existing element.prefix - The schema prefix.
XMPSchemaPDF
public XMPSchemaPDF(XMPMetadata parent)
Construct a new blank PDF schema.
parent - The parent metadata schema that this will be part of.
getKeywords
public String getKeywords()
Get the PDF keywords.
getPDFVersion
public String getPDFVersion()
Get the PDF version.
- The value of the PDF version property.
getProducer
public String getProducer()
Get the value of the producer property.
setKeywords
public void setKeywords(String keywords)
PDF Keywords.
keywords - The PDF keywords.
setPDFVersion
public void setPDFVersion(String pdfVersion)
Set the PDF file version. 1.2,1.3,...
pdfVersion - The version of the PDF file format.
setProducer
public void setProducer(String producer)
Set the PDF producer.
producer - The tool that created the PDF.