|
xmlgraphics-commons 2.0.1 | |||||||||
| 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,
String namespace)
Constructs a new adapter for Adobe PDF around the given metadata object. |
|
| Method Summary | |
|---|---|
String |
getKeywords()
|
String |
getPDFVersion()
|
String |
getProducer()
|
void |
setKeywords(String value)
Sets the keywords. |
void |
setPDFVersion(String value)
Sets the PDF version |
void |
setProducer(String value)
Sets the name of the tool that produced the PDF document |
void |
setTrapped(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, 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,
String namespace)
meta - the underlying metadata| Method Detail |
|---|
public String getKeywords()
public void setKeywords(String value)
value - the keywordspublic String getPDFVersion()
public void setPDFVersion(String value)
value - the PDF version (ex. "1.4")public String getProducer()
public void setProducer(String value)
value - the producerpublic void setTrapped(String v)
v - the value
|
xmlgraphics-commons 2.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||