|
||||||||||
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 java.lang.String |
NAMESPACE
The namespace for this schema. |
Fields inherited from class org.apache.jempbox.xmp.XMPSchema |
---|
NS_NAMESPACE, prefix, schema |
Constructor Summary | |
---|---|
XMPSchemaPDF(org.w3c.dom.Element element,
java.lang.String prefix)
Constructor from existing XML element. |
|
XMPSchemaPDF(XMPMetadata parent)
Construct a new blank PDF schema. |
Method Summary | |
---|---|
java.lang.String |
getKeywords()
Get the PDF keywords. |
java.lang.String |
getPDFVersion()
Get the PDF version. |
java.lang.String |
getProducer()
Get the value of the producer property. |
void |
setKeywords(java.lang.String keywords)
PDF Keywords. |
void |
setPDFVersion(java.lang.String pdfVersion)
Set the PDF file version. 1.2,1.3,... |
void |
setProducer(java.lang.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 java.lang.String NAMESPACE
Constructor Detail |
---|
public XMPSchemaPDF(XMPMetadata parent)
parent
- The parent metadata schema that this will be part of.public XMPSchemaPDF(org.w3c.dom.Element element, java.lang.String prefix)
element
- The existing element.prefix
- The schema prefix.Method Detail |
---|
public void setKeywords(java.lang.String keywords)
keywords
- The PDF keywords.public java.lang.String getKeywords()
public void setPDFVersion(java.lang.String pdfVersion)
pdfVersion
- The version of the PDF file format.public java.lang.String getPDFVersion()
public void setProducer(java.lang.String producer)
producer
- The tool that created the PDF.public java.lang.String getProducer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |