Package com.itextpdf.text.xml.xmp
Class PdfASchema
java.lang.Object
java.util.Dictionary<Object,Object>
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.
An implementation of an XmpSchema.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Conformance, A, B, or U.static final StringDeprecated.default namespace identifierstatic final StringDeprecated.default namespace uristatic final StringDeprecated.Part, always 1.private static final longDeprecated.Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformance(String conformance) Deprecated.Adds the conformance.voidDeprecated.Adds part.Methods inherited from class com.itextpdf.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
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
DEFAULT_XPATH_ID
Deprecated.default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
Deprecated.default namespace uri- See Also:
-
PART
Deprecated.Part, always 1.- See Also:
-
CONFORMANCE
Deprecated.Conformance, A, B, or U.- See Also:
-
-
Constructor Details
-
PdfASchema
public PdfASchema()Deprecated.Creates a schema containing PDF/A information.
-
-
Method Details
-
addPart
Deprecated.Adds part.- Parameters:
part-
-
addConformance
Deprecated.Adds the conformance.- Parameters:
conformance-
-