|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
com.lowagie.text.xml.xmp.XmpSchema
com.lowagie.text.xml.xmp.PdfSchema
An implementation of an XmpSchema.
Nested Class Summary |
Nested classes inherited from class java.util.Hashtable |
|
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 String |
VERSION
The PDF file version (for example: 1.0, 1.3, and so on). |
Fields inherited from class com.lowagie.text.xml.xmp.XmpSchema |
xmlns |
Fields inherited from class java.util.Properties |
defaults |
Fields inherited from class java.util.Hashtable |
|
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. |
Methods inherited from class com.lowagie.text.xml.xmp.XmpSchema |
addProperty, escape, getXmlns, process, setProperty, setProperty, toString |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, store |
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 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
Constructor Detail |
public PdfSchema() throws IOException
IOException
Method Detail |
public void addKeywords(String keywords)
keywords
- public void addProducer(String producer)
producer
- public void addVersion(String version)
version
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |