DynamicPDF by ceTe Software

com.cete.dynamicpdf.xmp
Class XmpArray

java.lang.Object
  extended by com.cete.dynamicpdf.xmp.XmpDataType
      extended by com.cete.dynamicpdf.xmp.XmpCollection
          extended by 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 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

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.

size

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

Specified by:
size in class XmpCollection
Returns:
the number of elements in the collection.

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 DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software