Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PropertyType


public interface PropertyType

Specifies data type of a document property.


Field Summary
static int BLOB
          The property is a byte array.
static int BOOLEAN
          The property is a boolean value.
static int DATE_TIME
          The property is a date time value.
static int DOUBLE
          The property is a floating number.
static int NUMBER
          The property is an integer number.
static int STRING
          The property is a string value.
 

Field Detail

BOOLEAN

static final int BOOLEAN
The property is a boolean value.

See Also:
Constant Field Values

DATE_TIME

static final int DATE_TIME
The property is a date time value.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
The property is a floating number.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
The property is an integer number.

See Also:
Constant Field Values

STRING

static final int STRING
The property is a string value.

See Also:
Constant Field Values

BLOB

static final int BLOB
The property is a byte array.

See Also:
Constant Field Values