public class AdobePDFAdapter extends XMPSchemaAdapter
meta
构造器和说明 |
---|
AdobePDFAdapter(Metadata meta,
String namespace)
Constructs a new adapter for Adobe PDF around the given metadata object.
|
限定符和类型 | 方法和说明 |
---|---|
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
|
addDateToSeq, addObjectToArray, addStringToBag, addStringToSeq, findQualifiedStructure, findQualifiedValue, formatISO8601Date, formatISO8601Date, getDateArray, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, removeLangAlt, removeStringFromArray, setCompact, setDateValue, setLangAlt, setValue
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 valueCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.