com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class DataSourceType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.DataSourceType


  • public final class DataSourceType
    extends com.aspose.ms.System.Enum

    Data source types.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DoubleLiterals
      Use fast-access double variable for storing XValue, YValue, Value or BubbleSize of data point.
      static int StringLiterals
      Use fast-access string variable for storing XValue, YValue, Value or BubbleSize of data point.
      static int Worksheet
      Use CellXls objects for storing XValue, YValue, Value or BubbleSize of data point in worksheet.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Worksheet

        public static final int Worksheet

        Use CellXls objects for storing XValue, YValue, Value or BubbleSize of data point in worksheet.

        See Also:
        Constant Field Values
      • StringLiterals

        public static final int StringLiterals

        Use fast-access string variable for storing XValue, YValue, Value or BubbleSize of data point. Worksheet is NOT used for storing values.

        See Also:
        Constant Field Values
      • DoubleLiterals

        public static final int DoubleLiterals

        Use fast-access double variable for storing XValue, YValue, Value or BubbleSize of data point. Worksheet is NOT used for storing values.

        See Also:
        Constant Field Values