| Package | Description |
|---|---|
| com.groupdocs.metadata.core |
The com.groupdocs.metadata.core namespace provides main classes allowing working with metadata in all supported formats.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmpLangAlt |
| Modifier and Type | Method and Description |
|---|---|
static XmpArray |
XmpArray.from(Date[] array,
XmpArrayType type)
Creates an
XmpArray instance form a date array. |
static XmpArray |
XmpArray.from(double[] array,
XmpArrayType type)
Creates an
XmpArray instance form a double array. |
static XmpArray |
XmpArray.from(int[] array,
XmpArrayType type)
Creates an
XmpArray instance form an integer array. |
static XmpArray |
XmpArray.from(String[] array,
XmpArrayType type)
Creates an
XmpArray instance form a string array. |
static <T extends XmpComplexType> |
XmpArray.from(T[] array,
XmpArrayType 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 . |
Copyright © 2025. All rights reserved.