|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.xmp.XMPSchemaAdapter
org.apache.xmlgraphics.xmp.schemas.pdf.AdobePDFAdapter
public class AdobePDFAdapter
Schema adapter implementation for the Adobe PDF schema.
Field Summary |
---|
Fields inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter |
---|
meta |
Constructor Summary | |
---|---|
AdobePDFAdapter(Metadata meta,
java.lang.String namespace)
Constructs a new adapter for Adobe PDF around the given metadata object. |
Method Summary | |
---|---|
java.lang.String |
getKeywords()
|
java.lang.String |
getPDFVersion()
|
java.lang.String |
getProducer()
|
void |
setKeywords(java.lang.String value)
Sets the keywords. |
void |
setPDFVersion(java.lang.String value)
Sets the PDF version |
void |
setProducer(java.lang.String value)
Sets the name of the tool that produced the PDF document |
void |
setTrapped(java.lang.String v)
Sets if the pdf has trapping information True or False |
Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter |
---|
addDateToSeq, addObjectToArray, addStringToBag, addStringToSeq, findQualifiedStructure, findQualifiedValue, formatISO8601Date, formatISO8601Date, getDateArray, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, removeLangAlt, removeStringFromArray, setCompact, setDateValue, setLangAlt, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdobePDFAdapter(Metadata meta, java.lang.String namespace)
meta
- the underlying metadataMethod Detail |
---|
public java.lang.String getKeywords()
public void setKeywords(java.lang.String value)
value
- the keywordspublic java.lang.String getPDFVersion()
public void setPDFVersion(java.lang.String value)
value
- the PDF version (ex. "1.4")public java.lang.String getProducer()
public void setProducer(java.lang.String value)
value
- the producerpublic void setTrapped(java.lang.String v)
v
- the value
|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |