Package com.lowagie.text.xml.xmp
Class LangAlt
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key for the default language.private static final long
A serial version id.Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLanguage
(String language, String value) Add a language.protected void
process
(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:
-
serialVersionUID
private static final long serialVersionUIDA serial version id.- See Also:
-
-
Constructor Details
-
LangAlt
Creates a Properties object that stores languages for use in an XmpSchema- Parameters:
defaultValue
- default value
-
LangAlt
public LangAlt()Creates a Properties object that stores languages for use in an XmpSchema
-
-
Method Details
-
addLanguage
Add a language.- Parameters:
language
- languagevalue
- value
-
process
Process a property.- Parameters:
buf
- bufferlang
- object
-
toString
Creates a String that can be used in an XmpSchema.- Overrides:
toString
in classProperties
-