Class GroupOn
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.GroupOn
-
public final class GroupOn extends com.aspose.ms.System.Enum
Specifies the type of grouping.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DateDay
Group on date by day.static int
DateEachValue
Group on date for each value.static int
DateHour
Group on date by hour.static int
DateMinute
Group on date by minute.static int
DateMonth
Group on date by month.static int
DateQtr
Group on date by quarter.static int
DateThirdOfMonth
Group on date by each third of a month.static int
DateWeek
Group on date by week.static int
DateYear
Group on date by year.static int
DurationDays
Group on duration by days.static int
DurationEachValue
Group on duration for each value.static int
DurationHours
Group on duration by hours.static int
DurationMinutes
Group on duration by minutes.static int
DurationMonths
Group on duration by months.static int
DurationWeeks
Group on duration by weeks.static int
EachValue
Group by each value.static int
Interval
Group by the interval.static int
OutlineEachValue
Group on each outline value.static int
OutlineLevel
Group on the outline level.static int
Pct110
Group by 10 percent completion increments.static int
Pct125
Group by 25 percent completion increments.static int
Pct150
Group by 50 percent completion increments.static int
Pct199
Group by 99 percent completion.static int
PctEachValue
Group on percent of each value.static int
PctInterval
Group on the interval percent.static int
TextEachValue
Group on each text value.static int
TextPrefix
Group on the text prefix.
-
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
-
DateDay
public static final int DateDay
Group on date by day.
- See Also:
- Constant Field Values
-
DateEachValue
public static final int DateEachValue
Group on date for each value.
- See Also:
- Constant Field Values
-
DateHour
public static final int DateHour
Group on date by hour.
- See Also:
- Constant Field Values
-
DateMinute
public static final int DateMinute
Group on date by minute.
- See Also:
- Constant Field Values
-
DateMonth
public static final int DateMonth
Group on date by month.
- See Also:
- Constant Field Values
-
DateQtr
public static final int DateQtr
Group on date by quarter.
- See Also:
- Constant Field Values
-
DateThirdOfMonth
public static final int DateThirdOfMonth
Group on date by each third of a month.
- See Also:
- Constant Field Values
-
DateWeek
public static final int DateWeek
Group on date by week.
- See Also:
- Constant Field Values
-
DateYear
public static final int DateYear
Group on date by year.
- See Also:
- Constant Field Values
-
DurationDays
public static final int DurationDays
Group on duration by days.
- See Also:
- Constant Field Values
-
DurationEachValue
public static final int DurationEachValue
Group on duration for each value.
- See Also:
- Constant Field Values
-
DurationHours
public static final int DurationHours
Group on duration by hours.
- See Also:
- Constant Field Values
-
DurationMinutes
public static final int DurationMinutes
Group on duration by minutes.
- See Also:
- Constant Field Values
-
DurationMonths
public static final int DurationMonths
Group on duration by months.
- See Also:
- Constant Field Values
-
DurationWeeks
public static final int DurationWeeks
Group on duration by weeks.
- See Also:
- Constant Field Values
-
EachValue
public static final int EachValue
Group by each value.
- See Also:
- Constant Field Values
-
Interval
public static final int Interval
Group by the interval.
- See Also:
- Constant Field Values
-
OutlineEachValue
public static final int OutlineEachValue
Group on each outline value.
- See Also:
- Constant Field Values
-
OutlineLevel
public static final int OutlineLevel
Group on the outline level.
- See Also:
- Constant Field Values
-
Pct110
public static final int Pct110
Group by 10 percent completion increments.
- See Also:
- Constant Field Values
-
Pct125
public static final int Pct125
Group by 25 percent completion increments.
- See Also:
- Constant Field Values
-
Pct150
public static final int Pct150
Group by 50 percent completion increments.
- See Also:
- Constant Field Values
-
Pct199
public static final int Pct199
Group by 99 percent completion.
- See Also:
- Constant Field Values
-
PctEachValue
public static final int PctEachValue
Group on percent of each value.
- See Also:
- Constant Field Values
-
PctInterval
public static final int PctInterval
Group on the interval percent.
- See Also:
- Constant Field Values
-
TextEachValue
public static final int TextEachValue
Group on each text value.
- See Also:
- Constant Field Values
-
TextPrefix
public static final int TextPrefix
Group on the text prefix.
- See Also:
- Constant Field Values
-
-