propertyvaluetype-ag凯发旗舰厅



com.spire.doc
enum propertyvaluetype

java.lang.object
  extended by java.lang.enum<propertyvaluetype>
      extended by com.spire.doc.propertyvaluetype
all implemented interfaces:
java.lang.comparable<propertyvaluetype>

public enum propertyvaluetype
extends java.lang.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

boolean

public static final propertyvaluetype boolean
specifies value type as boolean.

date

public static final propertyvaluetype date
specifies value type as date.

float

public static final propertyvaluetype float
specifies value type as float.

double

public static final propertyvaluetype double
specifies value type as double.

int

public static final propertyvaluetype int
specifies value type as integer.

int_32

public static final propertyvaluetype int_32

string

public static final propertyvaluetype string
specifies value type as string.

byte_array

public static final propertyvaluetype byte_array
specifies value type as byte array.

string_array

public static final propertyvaluetype string_array
the property is an array of strings.

object_array

public static final propertyvaluetype object_array
the property is an array of objects.

clip_data

public static final propertyvaluetype clip_data
specifies value type as clipdata.

ascii_string

public static final propertyvaluetype ascii_string

other

public static final propertyvaluetype other
the property is some other type.
method detail

getvalue

public int getvalue()


网站地图