propertytype-ag凯发旗舰厅



com.spire.doc.core
enum propertytype

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

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

bool

public static final propertytype bool
indicates a boolean value.

int

public static final propertytype int
indicates an integer value.

int_32

public static final propertytype int_32
indicates an 4-bytes signed integer value.

int_16

public static final propertytype int_16
indicates a wide string terminated by a null.

u_int_32

public static final propertytype u_int_32
indicates a 4-bytes unsigned interger value.

string

public static final propertytype string
indicates a wide string terminated by a null.

ascii_string

public static final propertytype ascii_string
indicates a filetime value.

date_time

public static final propertytype date_time
indicates a filetime value.

blob

public static final propertytype blob
indicates length prefixed bytes.

vector

public static final propertytype vector
indicates a simple, counted array.

object

public static final propertytype object
indicates an object.

double

public static final propertytype double
indicates a double value.

empty

public static final propertytype empty
indicates an array of strings.

null

public static final propertytype null
indicates null value.

clipboard_data

public static final propertytype clipboard_data
indicates clipboard data.

ascii_string_array

public static final propertytype ascii_string_array
indicates an array of strings.

string_array

public static final propertytype string_array
indicates an array of strings.

object_array

public static final propertytype object_array
indicates an array of objects. supported types are string and integer values.

int_array

public static final propertytype int_array
method detail

getvalue

public int getvalue()


网站地图