public final class XmpArray extends XmpArrayBase<String>
Represents Xmp Array in XmpPackage
.
Constructor and Description |
---|
XmpArray(int type)
Initializes a new instance of the
XmpArray class. |
XmpArray(int type,
String[] items)
Initializes a new instance of the
XmpArray class. |
Modifier and Type | Method and Description |
---|---|
void |
addItem(String item)
Adds new string item to the XMP array.
|
String[] |
getValues_XmpArray_New()
Gets values presented in
XmpArray . |
String |
getXmlValue()
Converts XMP value to the xml representation.
|
String |
toString()
Returns a
System.String that represents this instance. |
getValues
toBool, toDateTime, toFloat, toGuid, toInt, toStringArray
public XmpArray(int type, String[] items)
Initializes a new instance of the XmpArray
class.
type
- Array type.items
- Array items.public XmpArray(int type)
Initializes a new instance of the XmpArray
class.
type
- Array type.public final String[] getValues_XmpArray_New()
Gets values presented in XmpArray
.
public void addItem(String item)
Adds new string item to the XMP array.
addItem
in class XmpArrayBase<String>
item
- Adding item.public String toString()
Returns a System.String
that represents this instance.
toString
in class XmpArrayBase<String>
System.String
that represents this instance.public String getXmlValue()
Converts XMP value to the xml representation.
getXmlValue
in interface IXmlValue
getXmlValue
in class XmpArrayBase<String>
string
representation of XMP value.Copyright © 2019. All rights reserved.