| java.util.ArrayList com.lowagie.text.xml.xmp.XmpArray
XmpArray | public class XmpArray extends ArrayList (Code) | | StringBuffer to construct an XMP array.
|
Method Summary | |
public String | toString() Returns the String representation of the XmpArray. |
ALTERNATIVE | final public static String ALTERNATIVE(Code) | | An array with alternatives.
|
ORDERED | final public static String ORDERED(Code) | | An array that is ordered.
|
UNORDERED | final public static String UNORDERED(Code) | | An array that is unordered.
|
XmpArray | public XmpArray(String type)(Code) | | Creates an XmpArray.
Parameters: type - the type of array: UNORDERED, ORDERED or ALTERNATIVE. |
toString | public String toString()(Code) | | Returns the String representation of the XmpArray.
a String representation |
|
|