com.spire.doc.compoundfile
Enum PropertyType

java.lang.Object
  extended by java.lang.Enum<PropertyType>
      extended by com.spire.doc.compoundfile.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.
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.

Method Detail

getValue

public int getValue()