@Deprecated public final class MetadataPropertyType extends com.aspose.ms.System.Enum
Represents the metadata property type.
Modifier and Type | Field and Description |
---|---|
static int |
Boolean
Deprecated.
Represents a boolean property.
|
static int |
ByteArray
Deprecated.
Represents a byte array property.
|
static int |
DateTime
Deprecated.
Represents a date property.
|
static int |
Double
Deprecated.
Represents a property with a double or float value.
|
static int |
DoubleArray
Deprecated.
Represents an array of double values.
|
static int |
Integer
Deprecated.
Represents an integer property.
|
static int |
IntegerArray
Deprecated.
Represents an array of integer values.
|
static int |
Long
Deprecated.
Represents a long integer property.
|
static int |
LongArray
Deprecated.
Represents an array of long values.
|
static int |
Metadata
Deprecated.
Represents a nested metadata block.
|
static int |
MetadataArray
Deprecated.
Represents an array of nested metadata blocks.
|
static int |
String
Deprecated.
Represents a string property.
|
static int |
StringArray
Deprecated.
Represents a string array property.
|
static int |
TimeSpan
Deprecated.
Represents a time property.
|
static int |
XmlString
Deprecated.
Represents an XML string.
|
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 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 XmlString
Represents an XML string.
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.
Copyright © 2020. All rights reserved.