|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
com.itextpdf.text.xml.xmp.XmpSchema
com.itextpdf.text.xml.xmp.PdfSchema
public class PdfSchema
An implementation of an XmpSchema.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_XPATH_ID
default namespace identifier |
static java.lang.String |
DEFAULT_XPATH_URI
default namespace uri |
static java.lang.String |
KEYWORDS
Keywords. |
static java.lang.String |
PRODUCER
The Producer. |
static java.lang.String |
VERSION
The PDF file version (for example: 1.0, 1.3, and so on). |
| Fields inherited from class com.itextpdf.text.xml.xmp.XmpSchema |
|---|
xmlns |
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
PdfSchema()
|
|
| Method Summary | |
|---|---|
void |
addKeywords(java.lang.String keywords)
Adds keywords. |
void |
addProducer(java.lang.String producer)
Adds the producer. |
void |
addVersion(java.lang.String version)
Adds the version. |
| Methods inherited from class com.itextpdf.text.xml.xmp.XmpSchema |
|---|
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString |
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, store, storeToXML, storeToXML |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_XPATH_ID
public static final java.lang.String DEFAULT_XPATH_URI
public static final java.lang.String KEYWORDS
public static final java.lang.String VERSION
public static final java.lang.String PRODUCER
| Constructor Detail |
|---|
public PdfSchema()
| Method Detail |
|---|
public void addKeywords(java.lang.String keywords)
keywords - public void addProducer(java.lang.String producer)
producer - public void addVersion(java.lang.String version)
version -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||