|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jempbox.xmp.XMPSchema
org.jempbox.xmp.XMPSchemaPDF
Define XMP properties used with Adobe PDF documents.
Field Summary | |
static String |
NAMESPACE
The namespace for this schema. |
Fields inherited from class org.jempbox.xmp.XMPSchema |
schema |
Constructor Summary | |
XMPSchemaPDF(Element element)
Constructor from existing XML element. |
|
XMPSchemaPDF(XMPMetadata parent)
Construct a new blank PDF schema. |
Method Summary | |
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. 1.2,1.3,... |
void |
setProducer(String producer)
Set the PDF producer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String NAMESPACE
Constructor Detail |
public XMPSchemaPDF(XMPMetadata parent)
parent
- The parent metadata schema that this will be part of.public XMPSchemaPDF(Element element)
element
- The existing element.Method Detail |
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |