public class XMPSchemaPDF extends XMPSchema
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE
The namespace for this schema.
|
NS_NAMESPACE, prefix, schema
Constructor and Description |
---|
XMPSchemaPDF(Element element,
String prefix)
Constructor from existing XML element.
|
XMPSchemaPDF(XMPMetadata parent)
Construct a new blank PDF schema.
|
Modifier and Type | Method and Description |
---|---|
String |
getKeywords()
Get the PDF keywords.
|
String |
getPDFVersion()
Get the PDF version.
|
String |
getProducer()
Get the value of the producer property.
|
void |
setKeywords(String keywords)
PDF Keywords.
|
void |
setPDFVersion(String pdfVersion)
Set the PDF file version.
|
void |
setProducer(String producer)
Set the PDF producer.
|
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
public static final String NAMESPACE
public XMPSchemaPDF(XMPMetadata parent)
parent
- The parent metadata schema that this will be part of.public void setKeywords(String keywords)
keywords
- The PDF keywords.public String getKeywords()
public void setPDFVersion(String pdfVersion)
pdfVersion
- The version of the PDF file format.public String getPDFVersion()
public void setProducer(String producer)
producer
- The tool that created the PDF.public String getProducer()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.