- 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.PdfA1Schema
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.Object,java.lang.Object>
public class PdfA1Schema extends XmpSchema
An implementation of an XmpSchema.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFORMANCEConformance, A or B.static java.lang.StringDEFAULT_XPATH_IDdefault namespace identifierstatic java.lang.StringDEFAULT_XPATH_URIdefault namespace uristatic java.lang.StringPARTPart, always 1.
-
Constructor Summary
Constructors Constructor Description PdfA1Schema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConformance(java.lang.String conformance)Adds the conformance.voidaddPart(java.lang.String part)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 java.lang.String DEFAULT_XPATH_ID
default namespace identifier- See Also:
- Constant Field Values
-
DEFAULT_XPATH_URI
public static final java.lang.String DEFAULT_XPATH_URI
default namespace uri- See Also:
- Constant Field Values
-
PART
public static final java.lang.String PART
Part, always 1.- See Also:
- Constant Field Values
-
CONFORMANCE
public static final java.lang.String CONFORMANCE
Conformance, A or B.- See Also:
- Constant Field Values
-
-