com.lowagie.text.xml.xmp
public class LangAlt extends Properties
| Field Summary | |
|---|---|
| static String | DEFAULT Key for the default language. |
| static long | serialVersionUID A serial version id. |
| Constructor Summary | |
|---|---|
| LangAlt(String defaultValue) Creates a Properties object that stores languages for use in an XmpSchema | |
| LangAlt() Creates a Properties object that stores languages for use in an XmpSchema | |
| Method Summary | |
|---|---|
| void | addLanguage(String language, String value)
Add a language. |
| protected void | process(StringBuffer buf, Object lang)
Process a property. |
| String | toString()
Creates a String that can be used in an XmpSchema. |