Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Class and Description |
---|---|
class |
XmpLangAlt |
Modifier and Type | Method and Description |
---|---|
static XmpArray |
XmpArray.from(Date[] array,
int type)
Creates an
XmpArray instance form a date array. |
static XmpArray |
XmpArray.from(double[] array,
int type)
Creates an
XmpArray instance form a double array. |
static XmpArray |
XmpArray.from(int[] array,
int type)
Creates an
XmpArray instance form an integer array. |
static XmpArray |
XmpArray.from(String[] array,
int type)
Creates an
XmpArray instance form a string array. |
static <T extends XmpComplexType> |
XmpArray.from(T[] array,
int type)
Creates an
XmpArray instance form an array of XmpComplexType . |
Modifier and Type | Method and Description |
---|---|
void |
XmpDublinCorePackage.set(String name,
XmpArray value)
Sets the value inherited from
XmpArray . |
void |
XmpIptcExtensionPackage.set(String name,
XmpArray value)
Sets the value inherited from
XmpArray . |
void |
XmpPackage.set(String name,
XmpArray value)
Sets the value inherited from
XmpArray . |
void |
XmpPagedTextPackage.set(String name,
XmpArray value)
Sets the value inherited from
XmpArray . |