ASPOSE home

com.aspose.words
Class PropertyType

java.lang.Object
    extended by com.aspose.words.PropertyType

public class PropertyType
extends java.lang.Object

Utility class containing constants. Specifies data type of a document property.
See Also:
DocumentProperty, DocumentProperty.Type

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 intOTHER
           The property is some other type.
 

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.

OTHER

public static final int OTHER
The property is some other type.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home