com.aspose.diagram
Class TypePropValue

java.lang.Object
    extended by com.aspose.diagram.TypePropValue

public class TypePropValue 
extends java.lang.Object

Utility class containing constants. Type specifies a data type for the custom property value.


Field Summary
static final intSTRING
           String. This is the default.
static final intFIXED_LIST
           Fixed list. Displays the list items in a drop-down combo box in the Custom Properties dialog box.
static final intNUMBER
           Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
static final intBOOLEAN
           Boolean. Displays FALSE and TRUE as items users can select from a drop-down list box in the Custom Properties dialog box in the Visio application.
static final intVARIABLE_LIST
           Variable list. Displays the list items in a drop-down combo box in the Custom Properties dialog box in Visio. Users can select a list item or enter a new item that is added to the current list in the Format element.
static final intDATE_TIME
           Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.
static final intDURATION
           Duration value. Displays elapsed time.
static final intCURRENCY
           Currency value. Uses the system's current Regional Settings.
static final intUNDEFINED
           Undefined.
 

Field Detail

STRING

public static final int STRING
String. This is the default.

FIXED_LIST

public static final int FIXED_LIST
Fixed list. Displays the list items in a drop-down combo box in the Custom Properties dialog box.

NUMBER

public static final int NUMBER
Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.

BOOLEAN

public static final int BOOLEAN
Boolean. Displays FALSE and TRUE as items users can select from a drop-down list box in the Custom Properties dialog box in the Visio application.

VARIABLE_LIST

public static final int VARIABLE_LIST
Variable list. Displays the list items in a drop-down combo box in the Custom Properties dialog box in Visio. Users can select a list item or enter a new item that is added to the current list in the Format element.

DATE_TIME

public static final int DATE_TIME
Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.

DURATION

public static final int DURATION
Duration value. Displays elapsed time.

CURRENCY

public static final int CURRENCY
Currency value. Uses the system's current Regional Settings.

UNDEFINED

public static final int UNDEFINED
Undefined.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.