- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- com.lowagie.text.xml.xmp.XmpSchema
-
- com.lowagie.text.xml.xmp.PdfSchema
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
public class PdfSchema extends XmpSchema
An implementation of an XmpSchema.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_XPATH_IDdefault namespace identifierstatic StringDEFAULT_XPATH_URIdefault namespace uristatic StringKEYWORDSKeywords.static StringPRODUCERThe Producer.static StringVERSIONThe PDF file version (for example: 1.0, 1.3, and so on).-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Constructor Description PdfSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddKeywords(String keywords)Adds keywords.voidaddProducer(String producer)Adds the producer.voidaddVersion(String version)Adds the version.-
Methods inherited from class com.lowagie.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
-
-
-
Field Detail
-
DEFAULT_XPATH_ID
public static final String DEFAULT_XPATH_ID
default namespace identifier- See Also:
- Constant Field Values
-
DEFAULT_XPATH_URI
public static final String DEFAULT_XPATH_URI
default namespace uri- See Also:
- Constant Field Values
-
KEYWORDS
public static final String KEYWORDS
Keywords.- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
The PDF file version (for example: 1.0, 1.3, and so on).- See Also:
- Constant Field Values
-
PRODUCER
public static final String PRODUCER
The Producer.- See Also:
- Constant Field Values
-
-
Method Detail
-
addKeywords
public void addKeywords(String keywords)
Adds keywords.- Parameters:
keywords- the keywords
-
addProducer
public void addProducer(String producer)
Adds the producer.- Parameters:
producer- the producer
-
addVersion
public void addVersion(String version)
Adds the version.- Parameters:
version- the version
-
-