public final class CustomPropertyType
extends com.aspose.ms.System.Enum
Represents a custom property type enumeration.
Modifier and Type | Field and Description |
---|---|
static int |
Boolean
The property is a boolean value.
|
static int |
DateTime
The property is a date time value.
|
static int |
None
The property has no type.
|
static int |
Number
The property is an integer number.
|
static int |
String
The property is a string value.
|
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 None
The property has no type.
public static final int String
The property is a string value.
public static final int DateTime
The property is a date time value.
public static final int Number
The property is an integer number.
public static final int Boolean
The property is a boolean value.