public class PdfSchema extends XmpSchema
Modifier and Type | Field and Description |
---|---|
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.
|
private static long |
serialVersionUID |
static String |
VERSION
The PDF file version (for example: 1.0, 1.3, and so on).
|
defaults
Constructor and Description |
---|
PdfSchema() |
Modifier and Type | Method and Description |
---|---|
void |
addKeywords(String keywords)
Adds keywords.
|
void |
addProducer(String producer)
Adds the producer.
|
void |
addVersion(String version)
Adds the version.
|
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
private static final long serialVersionUID
public static final String DEFAULT_XPATH_ID
public static final String DEFAULT_XPATH_URI
public static final String KEYWORDS
public static final String VERSION
public static final String PRODUCER