FieldValueType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.FieldValueType, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.FieldValueType, com.aspose.ms.System.Enum, com.aspose.pdf.FieldValueType

public final class FieldValueType extends com.aspose.ms.System.Enum

Represents the type of field value in a schema collection.

Fields

FieldDescription
DateRepresents a date type.
NoneRepresents a value for not defined type.
NumberRepresents a number type.
TextRepresents a text type.

Date

public static final int Date

Represents a date type.

None

public static final int None

Represents a value for not defined type.

Number

public static final int Number

Represents a number type.

Text

public static final int Text

Represents a text type.