java.lang.Object
java.util.Dictionary<Object,Object>
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>
Deprecated.
An implementation of an XmpSchema.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.default namespace identifierstatic final StringDeprecated.default namespace uristatic final StringDeprecated.Keywords.static final StringDeprecated.The Producer.static final StringDeprecated.The PDF file version (for example: 1.0, 1.3, and so on).Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeywords(String keywords) Deprecated.Adds keywords.voidaddProducer(String producer) Deprecated.Adds the producer.voidaddVersion(String version) Deprecated.Adds the version.Methods inherited from class com.lowagie.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toStringMethods 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 Details
-
DEFAULT_XPATH_ID
Deprecated.default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
Deprecated.default namespace uri- See Also:
-
KEYWORDS
Deprecated.Keywords.- See Also:
-
VERSION
Deprecated.The PDF file version (for example: 1.0, 1.3, and so on).- See Also:
-
PRODUCER
Deprecated.The Producer.- See Also:
-
-
Constructor Details
-
PdfSchema
public PdfSchema()Deprecated.
-
-
Method Details
-
addKeywords
Deprecated.Adds keywords.- Parameters:
keywords- the keywords
-
addProducer
Deprecated.Adds the producer.- Parameters:
producer- the producer
-
addVersion
Deprecated.Adds the version.- Parameters:
version- the version
-