public final class FieldValueType
extends com.aspose.ms.System.Enum
Represents the type of field value in a schema collection.
Modifier and Type | Field and Description |
---|---|
static int |
Date
Represents a date type.
|
static int |
None
Represents a value for not defined type.
|
static int |
Number
Represents a number type.
|
static int |
Text
Represents a text type.
|
public static final int None
Represents a value for not defined type.
public static final int Text
Represents a text type.
public static final int Number
Represents a number type.
public static final int Date
Represents a date type.
Copyright © 2025 Aspose. All Rights Reserved.