java.lang.Objectcom.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 | STRING_ARRAY | |
The property is an array of strings. | ||
static final int | OBJECT_ARRAY | |
The property is an array of objects. | ||
static final int | BYTE_ARRAY | |
The property is an array of bytes. | ||
static final int | OTHER | |
The property is some other type. |
Field Detail |
---|
BOOLEAN = 0 | |
public static final int BOOLEAN |
DATE_TIME = 1 | |
public static final int DATE_TIME |
DOUBLE = 2 | |
public static final int DOUBLE |
NUMBER = 3 | |
public static final int NUMBER |
STRING = 4 | |
public static final int STRING |
STRING_ARRAY = 5 | |
public static final int STRING_ARRAY |
OBJECT_ARRAY = 6 | |
public static final int OBJECT_ARRAY |
BYTE_ARRAY = 7 | |
public static final int BYTE_ARRAY |
OTHER = 8 | |
public static final int OTHER |