Package com.itextpdf.text.xml.xmp
Class LangAlt
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- com.itextpdf.text.xml.xmp.LangAlt
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
@Deprecated public class LangAlt extends Properties
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT
Deprecated.Key for the default language.-
Fields inherited from class java.util.Properties
defaults
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addLanguage(String language, String value)
Deprecated.Add a language.protected void
process(StringBuffer buf, Object lang)
Deprecated.Process a property.String
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 Detail
-
DEFAULT
public static final String DEFAULT
Deprecated.Key for the default language.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LangAlt
public LangAlt(String defaultValue)
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 Detail
-
process
protected void process(StringBuffer buf, Object lang)
Deprecated.Process a property.
-
toString
public String toString()
Deprecated.Creates a String that can be used in an XmpSchema.- Overrides:
toString
in classProperties
-
-