| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.xmp.XmpDataType
com.cete.dynamicpdf.xmp.XmpCollection
com.cete.dynamicpdf.xmp.XmpLangAltList
public class XmpLangAltList
Class represents a language alternative, which is an array of type that has a language property qualifier.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Method Summary | |
|---|---|
|  void | addLang(java.lang.String langCountry,
        java.lang.String text)Adds the default country language and text in specified language. | 
|  void | draw(XmpWriter xwriter)Draws the Xmp language alternative array data structure to the given XmpWriterobject. | 
|  void | setDefault(java.lang.String text)Sets the default country language and text representing the language. | 
|  int | size()Gets the number of elements present. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public void addLang(java.lang.String langCountry,
                    java.lang.String text)
langCountry - specifying the country of the language.
 For e.g: "en-us", "fr-fr", "it-it" and etc.text - representing some text in country language.public void setDefault(java.lang.String text)
text - specifying the text in country language.public int size()
size in class XmpCollectionpublic void draw(XmpWriter xwriter)
XmpWriter object.
draw in class XmpDataTypexwriter - XmpWriter object to receive the Xmp
 language alternative array's output.XmpWriter| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||