Package com.aspose.tasks
Class GraphicalIndicatorCriteriaType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.GraphicalIndicatorCriteriaType
-
public final class GraphicalIndicatorCriteriaType extends com.aspose.ms.System.EnumRepresents placement of graphical indicator criteria.
-
-
Field Summary
Fields Modifier and Type Field Description static intNonSummaryRowsRepresents non summary rows.static intProjectSummaryRepresents project summary task row.static intSummaryRowsRepresents summary rows.
-
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
-
-