Package com.itextpdf.text.xml.xmp
Class PdfSchema
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<java.lang.Object,java.lang.Object>
-
- java.util.Properties
-
- com.itextpdf.text.xml.xmp.XmpSchema
-
- com.itextpdf.text.xml.xmp.PdfSchema
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.Object,java.lang.Object>
@Deprecated public class PdfSchema extends XmpSchema
Deprecated.An implementation of an XmpSchema.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_XPATH_IDDeprecated.default namespace identifierstatic java.lang.StringDEFAULT_XPATH_URIDeprecated.default namespace uristatic java.lang.StringKEYWORDSDeprecated.Keywords.static java.lang.StringPRODUCERDeprecated.The Producer.private static longserialVersionUIDDeprecated.static java.lang.StringVERSIONDeprecated.The PDF file version (for example: 1.0, 1.3, and so on).
-
Constructor Summary
Constructors Constructor Description PdfSchema()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddKeywords(java.lang.String keywords)Deprecated.Adds keywords.voidaddProducer(java.lang.String producer)Deprecated.Adds the producer.voidaddVersion(java.lang.String version)Deprecated.Adds the version.-
Methods inherited from class com.itextpdf.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
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_XPATH_ID
public static final java.lang.String DEFAULT_XPATH_ID
Deprecated.default namespace identifier- See Also:
- Constant Field Values
-
DEFAULT_XPATH_URI
public static final java.lang.String DEFAULT_XPATH_URI
Deprecated.default namespace uri- See Also:
- Constant Field Values
-
KEYWORDS
public static final java.lang.String KEYWORDS
Deprecated.Keywords.- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
Deprecated.The PDF file version (for example: 1.0, 1.3, and so on).- See Also:
- Constant Field Values
-
PRODUCER
public static final java.lang.String PRODUCER
Deprecated.The Producer.- See Also:
- Constant Field Values
-
-
Method Detail
-
addKeywords
public void addKeywords(java.lang.String keywords)
Deprecated.Adds keywords.- Parameters:
keywords-
-
addProducer
public void addProducer(java.lang.String producer)
Deprecated.Adds the producer.- Parameters:
producer-
-
addVersion
public void addVersion(java.lang.String version)
Deprecated.Adds the version.- Parameters:
version-
-
-