public class XmpArray extends XmpCollection
Represents Xmp Array in XmpPackage.
| Constructor and Description |
|---|
XmpArray() |
XmpArray(int type) |
XmpArray(int type,
String[] items)
Initializes a new instance of the
XmpArray class. |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getValues()
Gets array of values inside
XmpArray. |
String |
toString()
Returns a
String that represents this instance. |
add, addItem, addObject, copyTo, getXmlValue, getXmpRepresentation, removeAtadd, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllcontainsAll, equals, hashCodeparallelStream, streampublic XmpArray()
public XmpArray(int type)
public XmpArray(int type,
String[] items)
Initializes a new instance of the XmpArray class.
type - The type of array.items - The items list.XmpArrayTypepublic final String[] getValues()
Gets array of values inside XmpArray.
XmpArray.public String toString()
Returns a String that represents this instance.
toString in class XmpCollectionString that represents this instance.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.