XmpFieldType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class XmpFieldType extends System.Enum

This enum represents types of a XMP field.

Fields

FieldDescription
StructThis type represents a structure.
ArrayThis type represents a array.
PropertyThis type represents a property.
PacketThis type represents a packet.
UnknownThis field represents an unknown type.

Struct

public static final int Struct

This type represents a structure.

Array

public static final int Array

This type represents a array.

Property

public static final int Property

This type represents a property.

Packet

public static final int Packet

This type represents a packet.

Unknown

public static final int Unknown

This field represents an unknown type.