org.apache.jempbox.xmp
public class XMPSchemaPDF extends XMPSchema
Version: $Revision: 1.2 $
| Field Summary | |
|---|---|
| static String | NAMESPACE
The namespace for this schema. |
| Constructor Summary | |
|---|---|
| XMPSchemaPDF(XMPMetadata parent)
Construct a new blank PDF schema.
| |
| XMPSchemaPDF(Element element, String prefix)
Constructor from existing XML element.
| |
| 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.
|
Parameters: parent The parent metadata schema that this will be part of.
Parameters: element The existing element. prefix The schema prefix.
Returns: The PDF keywords.
Returns: The value of the PDF version property.
Returns: The producer property.
Parameters: keywords The PDF keywords.
Parameters: pdfVersion The version of the PDF file format.
Parameters: producer The tool that created the PDF.