Package com.lowagie.text.xml.xmp
Class LangAlt
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLanguage(String language, String value) Add a language.protected voidprocess(StringBuffer buf, Object lang) Process a property.toString()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
-
DEFAULT
Key for the default language.- See Also:
-
-
Constructor Details
-
LangAlt
Creates a Properties object that stores languages for use in an XmpSchema -
LangAlt
public LangAlt()Creates a Properties object that stores languages for use in an XmpSchema
-
-
Method Details
-
addLanguage
Add a language. -
process
Process a property. -
toString
Creates a String that can be used in an XmpSchema.- Overrides:
toStringin classProperties
-