XmpArray

Inheritance: java.lang.Object, java.util.AbstractCollection, java.util.AbstractList, java.util.ArrayList, com.aspose.imaging.xmp.XmpCollection

public class XmpArray extends XmpCollection

Represents Xmp Array in XmpPackage.

Constructors

ConstructorDescription
XmpArray()
XmpArray(int type)
XmpArray(int type, String[] items)Initializes a new instance of the XmpArray class.

Methods

MethodDescription
getValues()Gets array of values inside XmpArray.
toString()Returns a String that represents this instance.

XmpArray()

public XmpArray()

XmpArray(int type)

public XmpArray(int type)

Parameters:

ParameterTypeDescription
typeint

XmpArray(int type, String[] items)

public XmpArray(int type, String[] items)

Initializes a new instance of the XmpArray class.

Parameters:

ParameterTypeDescription
typeintThe type of array.
itemsjava.lang.String[]The items list.

getValues()

public final String[] getValues()

Gets array of values inside XmpArray.

Returns: java.lang.String[] - array of values inside XmpArray.

toString()

public String toString()

Returns a String that represents this instance.

Returns: java.lang.String - A String that represents this instance.