Class PdfSchema
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.openpdf.text.xml.xmp.XmpSchema
org.openpdf.text.xml.xmp.PdfSchema
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdefault namespace identifierstatic final Stringdefault namespace uristatic final StringKeywords.static final StringThe Producer.private static final longstatic final StringThe PDF file version (for example: 1.0, 1.3, and so on).Fields inherited from class Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeywords(String keywords) Adds keywords.voidaddProducer(String producer) Adds the producer.voidaddVersion(String version) Adds the version.Methods inherited from class XmpSchema
addProperty, escape, getXmlns, process, setProperty, 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
-
DEFAULT_XPATH_ID
-
DEFAULT_XPATH_URI
-
KEYWORDS
-
VERSION
The PDF file version (for example: 1.0, 1.3, and so on).- See Also:
-
PRODUCER
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PdfSchema
public PdfSchema()
-
-
Method Details
-
addKeywords
-
addProducer
-
addVersion
-