|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<propertyvaluetype>
com.spire.doc.propertyvaluetype
public enum propertyvaluetype
specifies propertyvaluetype..
enum constant summary | |
---|---|
ascii_string
|
|
boolean
specifies value type as boolean. |
|
byte_array
specifies value type as byte array. |
|
clip_data
specifies value type as clipdata. |
|
date
specifies value type as date. |
|
double
specifies value type as double. |
|
float
specifies value type as float. |
|
int
specifies value type as integer. |
|
int_32
|
|
object_array
the property is an array of objects. |
|
other
the property is some other type. |
|
string
specifies value type as string. |
|
string_array
the property is an array of strings. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final propertyvaluetype boolean
public static final propertyvaluetype date
public static final propertyvaluetype float
public static final propertyvaluetype double
public static final propertyvaluetype int
public static final propertyvaluetype int_32
public static final propertyvaluetype string
public static final propertyvaluetype byte_array
public static final propertyvaluetype string_array
public static final propertyvaluetype object_array
public static final propertyvaluetype clip_data
public static final propertyvaluetype ascii_string
public static final propertyvaluetype other
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |