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.EnumSpecifies the type of grouping.
-
-
Field Summary
Fields Modifier and Type Field Description static intDateDayGroup on date by day.static intDateEachValueGroup on date for each value.static intDateHourGroup on date by hour.static intDateMinuteGroup on date by minute.static intDateMonthGroup on date by month.static intDateQtrGroup on date by quarter.static intDateThirdOfMonthGroup on date by each third of a month.static intDateWeekGroup on date by week.static intDateYearGroup on date by year.static intDurationDaysGroup on duration by days.static intDurationEachValueGroup on duration for each value.static intDurationHoursGroup on duration by hours.static intDurationMinutesGroup on duration by minutes.static intDurationMonthsGroup on duration by months.static intDurationWeeksGroup on duration by weeks.static intEachValueGroup by each value.static intIntervalGroup by the interval.static intOutlineEachValueGroup on each outline value.static intOutlineLevelGroup on the outline level.static intPct110Group by 10 percent completion increments.static intPct125Group by 25 percent completion increments.static intPct150Group by 50 percent completion increments.static intPct199Group by 99 percent completion.static intPctEachValueGroup on percent of each value.static intPctIntervalGroup on the interval percent.static intTextEachValueGroup on each text value.static intTextPrefixGroup 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
-
-