asposediagram.api

Class TypePropValue

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

Field Summary
const  intSTRING
String. This is the default.
const  intFIXED_LIST
Fixed list. Displays the list items in a drop-down combo box in the Custom Properties dialog box.
const  intNUMBER
Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
const  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.
const  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.
const  intDATE_TIME
Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.
const  intDURATION
Duration value. Displays elapsed time.
const  intCURRENCY
Currency value. Uses the system's current Regional Settings.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • STRING

        const int STRING
        String. This is the default.
      • FIXED_LIST

        const int FIXED_LIST
        Fixed list. Displays the list items in a drop-down combo box in the Custom Properties dialog box.
      • NUMBER

        const int NUMBER
        Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
      • BOOLEAN

        const 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

        const 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

        const 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

        const int DURATION
        Duration value. Displays elapsed time.
      • CURRENCY

        const int CURRENCY
        Currency value. Uses the system's current Regional Settings.
      • UNDEFINED

        const int UNDEFINED
        Undefined.