|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jempbox.xmp.XMPSchema
org.apache.jempbox.xmp.XMPSchemaPDF
public class XMPSchemaPDF
Define XMP properties used with Adobe PDF documents.
Field Summary | |
---|---|
static String |
NAMESPACE
The namespace for this schema. |
Fields inherited from class org.apache.jempbox.xmp.XMPSchema |
---|
NS_NAMESPACE, prefix, schema |
Constructor Summary | |
---|---|
XMPSchemaPDF(Element element,
String prefix)
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. |
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, String prefix)
element
- The existing element.prefix
- The schema prefix.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 |