public final class MetadataPropertyType
extends com.aspose.ms.System.Enum
Defines metadata property types.
Modifier and Type | Field and Description |
---|---|
static int |
Boolean
Represents a boolean property.
|
static int |
ByteArray
Represents a byte array property.
|
static int |
DateTime
Represents a date property.
|
static int |
Double
Represents a property with a double or float value.
|
static int |
DoubleArray
Represents an array of double values.
|
static int |
Empty
Represents an empty (null) property.
|
static int |
Guid
Represents a global unique identifier value.
|
static int |
Integer
Represents an integer property.
|
static int |
IntegerArray
Represents an array of integer values.
|
static int |
Long
Represents a long integer property.
|
static int |
LongArray
Represents an array of long values.
|
static int |
Metadata
Represents a nested metadata block.
|
static int |
MetadataArray
Represents an array of nested metadata blocks.
|
static int |
PropertyValueArray
Represents a metadata property value array.
|
static int |
String
Represents a string property.
|
static int |
StringArray
Represents a string array property.
|
static int |
TimeSpan
Represents a time property.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Empty
Represents an empty (null) property.
public static final int String
Represents a string property.
public static final int Boolean
Represents a boolean property.
public static final int DateTime
Represents a date property.
public static final int TimeSpan
Represents a time property.
public static final int Integer
Represents an integer property.
public static final int Long
Represents a long integer property.
public static final int Double
Represents a property with a double or float value.
public static final int StringArray
Represents a string array property.
public static final int ByteArray
Represents a byte array property.
public static final int DoubleArray
Represents an array of double values.
public static final int IntegerArray
Represents an array of integer values.
public static final int LongArray
Represents an array of long values.
public static final int Metadata
Represents a nested metadata block.
public static final int MetadataArray
Represents an array of nested metadata blocks.
public static final int Guid
Represents a global unique identifier value.
public static final int PropertyValueArray
Represents a metadata property value array.