asposediagram.api

Class TypeFieldValue

Utility class containing constants. Type specifies a data type for the text field value.

Field Summary
const  intSTRING
String.
const  intNUMBER
Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
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.
      • NUMBER

        const int NUMBER
        Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
      • 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.