com.aspose.diagram

Class TypeFieldValue

  • java.lang.Object
    • com.aspose.diagram.TypeFieldValue
public class TypeFieldValue 
extends java.lang.Object

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

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

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