Package com.itextpdf.text.xml.xmp
Class PdfASchema
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- com.itextpdf.text.xml.xmp.XmpSchema
-
- com.itextpdf.text.xml.xmp.PdfASchema
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
@Deprecated public class PdfASchema extends XmpSchema
Deprecated.An implementation of an XmpSchema.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFORMANCE
Deprecated.Conformance, A, B, or U.static String
DEFAULT_XPATH_ID
Deprecated.default namespace identifierstatic String
DEFAULT_XPATH_URI
Deprecated.default namespace uristatic String
PART
Deprecated.Part, always 1.-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Constructor Description PdfASchema()
Deprecated.Creates a schema containing PDF/A information.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addConformance(String conformance)
Deprecated.Adds the conformance.void
addPart(String part)
Deprecated.Adds part.-
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
-
DEFAULT_XPATH_ID
public static final String DEFAULT_XPATH_ID
Deprecated.default namespace identifier- See Also:
- Constant Field Values
-
DEFAULT_XPATH_URI
public static final String DEFAULT_XPATH_URI
Deprecated.default namespace uri- See Also:
- Constant Field Values
-
PART
public static final String PART
Deprecated.Part, always 1.- See Also:
- Constant Field Values
-
CONFORMANCE
public static final String CONFORMANCE
Deprecated.Conformance, A, B, or U.- See Also:
- Constant Field Values
-
-