CustomPropertyType

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

public final class CustomPropertyType extends System.Enum

Represents a custom property type enumeration.

Fields

FieldDescription
BooleanThe property is a boolean value.
DateTimeThe property is a date time value.
NoneThe property has no type.
NumberThe property is an integer number.
StringThe property is a string value.

Boolean

public static final int Boolean

The property is a boolean value.

DateTime

public static final int DateTime

The property is a date time value.

None

public static final int None

The property has no type.

Number

public static final int Number

The property is an integer number.

String

public static final int String

The property is a string value.