Class GraphicalIndicatorCriteriaType


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

    Represents placement of graphical indicator criteria.

    • 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 Description
      static int NonSummaryRows
      Represents non summary rows.
      static int ProjectSummary
      Represents project summary task row.
      static int SummaryRows
      Represents summary rows.
      • 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
    • Field Detail

      • NonSummaryRows

        public static final int NonSummaryRows

        Represents non summary rows.

        See Also:
        Constant Field Values
      • SummaryRows

        public static final int SummaryRows

        Represents summary rows.

        See Also:
        Constant Field Values
      • ProjectSummary

        public static final int ProjectSummary

        Represents project summary task row.

        See Also:
        Constant Field Values