public final class XmpFieldType
extends com.aspose.ms.System.Enum
This enum represents types of a XMP field.
Modifier and Type | Field and Description |
---|---|
static int |
Array
This type represents a array.
|
static int |
Packet
This type represents a packet.
|
static int |
Property
This type represents a property.
|
static int |
Struct
This type represents a structure.
|
static int |
Unknown
This field represents an unknown type.
|
public static final int Struct
This type represents a structure.
public static final int Array
This type represents a array.
public static final int Property
This type represents a property.
public static final int Packet
This type represents a packet.
public static final int Unknown
This field represents an unknown type.