|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<propertytype>
com.spire.doc.core.propertytype
public enum propertytype
enumeration with all supported property types.
enum constant summary | |
---|---|
ascii_string
indicates a filetime value. |
|
ascii_string_array
indicates an array of strings. |
|
blob
indicates length prefixed bytes. |
|
bool
indicates a boolean value. |
|
clipboard_data
indicates clipboard data. |
|
date_time
indicates a filetime value. |
|
double
indicates a double value. |
|
empty
indicates an array of strings. |
|
int
indicates an integer value. |
|
int_16
indicates a wide string terminated by a null. |
|
int_32
indicates an 4-bytes signed integer value. |
|
int_array
|
|
null
indicates null value. |
|
object
indicates an object. |
|
object_array
indicates an array of objects. |
|
string
indicates a wide string terminated by a null. |
|
string_array
indicates an array of strings. |
|
u_int_32
indicates a 4-bytes unsigned interger value. |
|
vector
indicates a simple, counted array. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final propertytype bool
public static final propertytype int
public static final propertytype int_32
public static final propertytype int_16
public static final propertytype u_int_32
public static final propertytype string
public static final propertytype ascii_string
public static final propertytype date_time
public static final propertytype blob
public static final propertytype vector
public static final propertytype object
public static final propertytype double
public static final propertytype empty
public static final propertytype null
public static final propertytype clipboard_data
public static final propertytype ascii_string_array
public static final propertytype string_array
public static final propertytype object_array
public static final propertytype int_array
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |