Package com.itextpdf.text.xml.xmp
Class LangAlt
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Key for the default language.private static final longDeprecated.A serial version id.Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLanguage(String language, String value) Deprecated.Add a language.protected voidprocess(StringBuffer buf, Object lang) Deprecated.Process a property.toString()Deprecated.Creates a String that can be used in an XmpSchema.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, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.A serial version id.- See Also:
-
DEFAULT
Deprecated.Key for the default language.- See Also:
-
-
Constructor Details
-
LangAlt
Deprecated.Creates a Properties object that stores languages for use in an XmpSchema -
LangAlt
public LangAlt()Deprecated.Creates a Properties object that stores languages for use in an XmpSchema
-
-
Method Details
-
addLanguage
Deprecated.Add a language. -
process
Deprecated.Process a property. -
toString
Deprecated.Creates a String that can be used in an XmpSchema.- Overrides:
toStringin classProperties
-