DynamicPDF by ceTe Software

com.cete.dynamicpdf.xmp
Class XmpArray

java.lang.Object
  |
  +--com.cete.dynamicpdf.xmp.XmpDataType
        |
        +--com.cete.dynamicpdf.xmp.XmpCollection
              |
              +--com.cete.dynamicpdf.xmp.XmpArray

public class XmpArray
extends XmpCollection

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 XmpWriter object.
 int getSize()
          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

add

public void add(java.lang.String value)

Adds the text to the property.

Parameters:
value - text to set as value for feild.

add

public void add(java.util.Date date)

Adds the date to the property.

Parameters:
date - specifying the date to be added.

getSize

public int getSize()
Gets the number of elements in the collection.

Specified by:
getSize in class XmpCollection

draw

public void draw(XmpWriter xwriter)

Draws the Xmp Array data structure to the given XmpWriter object.

Specified by:
draw in class XmpDataType
Parameters:
xwriter - XmpWriter object to receive the Xmp Array's output.
See Also:
XmpWriter

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.3 for Java generated on March 22, 2007
© Copyright 2007, ceTe Software