| 
 | 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.XmpArray
public class XmpArray
Class represents the XMP Arrays data type.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition 
 feature. One of the following licenses is required for non-evaluation usage:
 
| Method Summary | |
|---|---|
|  void | add(java.util.Date date)Adds the date to the property. | 
|  void | add(java.lang.String value)Adds the text to the property. | 
|  void | draw(XmpWriter xwriter)Draws the Xmp Array data structure to the given XmpWriterobject. | 
|  int | size()Gets the number of elements in the collection. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public void add(java.lang.String value)
Adds the text to the property.
value - text to set as value for feild.public void add(java.util.Date date)
Adds the date to the property.
date - specifying the date to be added.public int size()
size in class XmpCollectionpublic void draw(XmpWriter xwriter)
Draws the Xmp Array data structure to the given XmpWriter object.
draw in class XmpDataTypexwriter - XmpWriter object to receive the Xmp Array's output.XmpWriter| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||