XmpArrayType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class XmpArrayType extends System.Enum
Represents array type in XmpArray
.
Fields
Field | Description |
---|---|
UNORDERED | The unordered array. |
ORDERED | The ordered array. |
ALTERNATIVE | The alternative array. |
UNORDERED
public static final int UNORDERED
The unordered array.
ORDERED
public static final int ORDERED
The ordered array.
ALTERNATIVE
public static final int ALTERNATIVE
The alternative array.