asposecells.api

Class PropertyType

Utility class containing constants. Specifies data type of a document property.

Field Summary
const  intBOOLEAN
The property is a boolean value.
const  intDATE_TIME
The property is a date time value.
const  intDOUBLE
The property is a floating number.
const  intNUMBER
The property is an integer number.
const  intSTRING
The property is a string value.
const  intBLOB
The property is a byte array.
 

    • Field Detail

      • BOOLEAN

        const int BOOLEAN
        The property is a boolean value.
      • DATE_TIME

        const int DATE_TIME
        The property is a date time value.
      • DOUBLE

        const int DOUBLE
        The property is a floating number.
      • NUMBER

        const int NUMBER
        The property is an integer number.
      • STRING

        const int STRING
        The property is a string value.
      • BLOB

        const int BLOB
        The property is a byte array.