Namespace EasyXLS.Constants
Class FileProperty
System.Object
EasyXLS.Constants.FileProperty
public class FileProperty
extends System.Object
This class contains the constants for the file properties of the Excel document.
-
Constant Summary
Modifier and TypeFieldDescriptionconst long
A constant indicating a data type of array or chars for the property.const long
A constant indicating a bool data type for the property.const long
A constant indicating a datetime data type for the property.const long
A constant indicating a data type of 16-bit integer for the property.const long
A constant indicating a data type of 32-bit integer for the property.const long
A constant indicating a string data type for the property.const long
A constant indicating that the property has no data type.const long
A constant indicating a data type of number for the property.const long
A constant indicating a variant data type for the property. -
Constructor Summary
-
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
VT_NULL
public const final long VT_NULLA constant indicating that the property has no data type. Internal use only. Embedded value is "0x01".- See Also:
- Constant Values
-
VT_I2
public const final long VT_I2A 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 final long VT_I4A 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 final long VT_NUMBERA 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 final long VT_BOOLA constant indicating a bool data type for the property. Internal use only. Embedded value is "0x0B".- See Also:
- Constant Values
-
VT_VARIANT
public const final long VT_VARIANTA constant indicating a variant data type for the property. Internal use only. Embedded value is "0x0C".- See Also:
- Constant Values
-
VT_LPSTR
public const final long VT_LPSTRA 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 final long VT_FILETIMEA 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 final long VT_BLOBA constant indicating a data type of array or chars for the property. Internal use only. Embedded value is "0x41".- See Also:
- Constant Values
-
-
Constructor Details
-
FileProperty
public FileProperty()
-