Class PdfSchema
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
com.aowagie.text.xml.xmp.XmpSchema
com.aowagie.text.xml.xmp.PdfSchema
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
An implementation of an XmpSchema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringdefault namespace identifierprivate static final Stringdefault namespace uriprivate static final StringKeywords.private static final StringThe Producer.private static final longFields inherited from class Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeywords(String keywords) Adds keywords.voidaddProducer(String producer) Adds the producer.Methods inherited from class XmpSchema
escape, getXmlns, setProperty, setProperty, toStringMethods inherited from class 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 Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
DEFAULT_XPATH_ID
-
DEFAULT_XPATH_URI
-
KEYWORDS
-
PRODUCER
-
-
Constructor Details
-
PdfSchema
public PdfSchema()
-
-
Method Details
-
addKeywords
-
addProducer
-