|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.PropertyType
public class PropertyType
| Field Summary | ||
|---|---|---|
static final int | BOOLEAN | |
| The property is a boolean value. | ||
static final int | DATE_TIME | |
| The property is a date time value. | ||
static final int | DOUBLE | |
| The property is a floating number. | ||
static final int | NUMBER | |
| The property is an integer number. | ||
static final int | STRING | |
| The property is a string value. | ||
static final int | OTHER | |
| The property is some other type. | ||
| Field Detail |
|---|
BOOLEAN | |
public static final int BOOLEAN | |
DATE_TIME | |
public static final int DATE_TIME | |
DOUBLE | |
public static final int DOUBLE | |
NUMBER | |
public static final int NUMBER | |
STRING | |
public static final int STRING | |
OTHER | |
public static final int OTHER | |
|
ASPOSE home | ||||||||