com.aspose.cells

Class PropertyType

  • java.lang.Object
    • com.aspose.cells.PropertyType
public class PropertyType 
extends java.lang.Object

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

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

    • Field Detail

      • BOOLEAN

        public static final int BOOLEAN
        The property is a boolean value.
      • DATE_TIME

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

        public static final int DOUBLE
        The property is a floating number.
      • NUMBER

        public static final int NUMBER
        The property is an integer number.
      • STRING

        public static final int STRING
        The property is a string value.
      • BLOB

        public static final int BLOB
        The property is a byte array.