ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class FileProperty

System.Object
  extended byActiveXLS.Constants.FileProperty

public class FileProperty
extends System.Object

This class contains the constants for the file properties of the Excel document.


Constant Summary
const long VT_BLOB
          A constant indicating a data type of array or chars for the property.
const long VT_BOOL
          A constant indicating a bool data type for the property.
const long VT_FILETIME
          A constant indicating a datetime data type for the property.
const long VT_I2
          A constant indicating a data type of 16-bit integer for the property.
const long VT_I4
          A constant indicating a data type of 32-bit integer for the property.
const long VT_LPSTR
          A constant indicating a string data type for the property.
const long VT_NULL
          A constant indicating that the property has no data type.
const long VT_NUMBER
          A constant indicating a data type of number for the property.
const long VT_VARIANT
          A constant indicating a variant data type for the property.
 
Constructor Summary
FileProperty()
           
   

Constant Detail

VT_NULL

public const long VT_NULL
A constant indicating that the property has no data type. Internal use only. Embedded value is "0x01".

See Also:
Constant Values

VT_I2

public const long VT_I2
A constant indicating a data type of 16-bit integer for the property. Internal use only. Embedded value is "0x02".

See Also:
Constant Values

VT_I4

public const long VT_I4
A constant indicating a data type of 32-bit integer for the property. Internal use only. Embedded value is "0x03".

See Also:
Constant Values

VT_NUMBER

public const long VT_NUMBER
A constant indicating a data type of number for the property. Used for custom properties. Embedded value is "0x04".

See Also:
Constant Values

VT_BOOL

public const long VT_BOOL
A constant indicating a bool data type for the property. Internal use only. Embedded value is "0x0B".

See Also:
Constant Values

VT_VARIANT

public const long VT_VARIANT
A constant indicating a variant data type for the property. Internal use only. Embedded value is "0x0C".

See Also:
Constant Values

VT_LPSTR

public const long VT_LPSTR
A constant indicating a string data type for the property. Used for custom properties. Embedded value is "0x1E".

See Also:
Constant Values

VT_FILETIME

public const long VT_FILETIME
A constant indicating a datetime data type for the property. Used for custom properties. Embedded value is "0x40".

See Also:
Constant Values

VT_BLOB

public const long VT_BLOB
A constant indicating a data type of array or chars for the property. Internal use only. Embedded value is "0x41".

See Also:
Constant Values
Constructor Detail

FileProperty

public FileProperty()

Copyright 2009 On Time Computing Solutions