com.lowagie.text.xml.xmp
public class PdfSchema extends XmpSchema
Field Summary | |
---|---|
static String | DEFAULT_XPATH_ID default namespace identifier |
static String | DEFAULT_XPATH_URI default namespace uri |
static String | KEYWORDS Keywords. |
static String | PRODUCER The Producer. |
static long | serialVersionUID |
static String | VERSION The PDF file version (for example: 1.0, 1.3, and so on). |
Constructor Summary | |
---|---|
PdfSchema() |
Method Summary | |
---|---|
void | addKeywords(String keywords)
Adds keywords. |
void | addProducer(String producer)
Adds the producer. |
void | addVersion(String version)
Adds the version. |
Parameters: keywords
Parameters: producer
Parameters: version