GroupOn

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class GroupOn extends System.Enum

Specifies the type of grouping.

Fields

FieldDescription
DateDayGroup on date by day.
DateEachValueGroup on date for each value.
DateHourGroup on date by hour.
DateMinuteGroup on date by minute.
DateMonthGroup on date by month.
DateQtrGroup on date by quarter.
DateThirdOfMonthGroup on date by each third of a month.
DateWeekGroup on date by week.
DateYearGroup on date by year.
DurationDaysGroup on duration by days.
DurationEachValueGroup on duration for each value.
DurationHoursGroup on duration by hours.
DurationMinutesGroup on duration by minutes.
DurationMonthsGroup on duration by months.
DurationWeeksGroup on duration by weeks.
EachValueGroup by each value.
IntervalGroup by the interval.
OutlineEachValueGroup on each outline value.
OutlineLevelGroup on the outline level.
Pct110Group by 10 percent completion increments.
Pct125Group by 25 percent completion increments.
Pct150Group by 50 percent completion increments.
Pct199Group by 99 percent completion.
PctEachValueGroup on percent of each value.
PctIntervalGroup on the interval percent.
TextEachValueGroup on each text value.
TextPrefixGroup on the text prefix.

DateDay

public static final int DateDay

Group on date by day.

DateEachValue

public static final int DateEachValue

Group on date for each value.

DateHour

public static final int DateHour

Group on date by hour.

DateMinute

public static final int DateMinute

Group on date by minute.

DateMonth

public static final int DateMonth

Group on date by month.

DateQtr

public static final int DateQtr

Group on date by quarter.

DateThirdOfMonth

public static final int DateThirdOfMonth

Group on date by each third of a month.

DateWeek

public static final int DateWeek

Group on date by week.

DateYear

public static final int DateYear

Group on date by year.

DurationDays

public static final int DurationDays

Group on duration by days.

DurationEachValue

public static final int DurationEachValue

Group on duration for each value.

DurationHours

public static final int DurationHours

Group on duration by hours.

DurationMinutes

public static final int DurationMinutes

Group on duration by minutes.

DurationMonths

public static final int DurationMonths

Group on duration by months.

DurationWeeks

public static final int DurationWeeks

Group on duration by weeks.

EachValue

public static final int EachValue

Group by each value.

Interval

public static final int Interval

Group by the interval.

OutlineEachValue

public static final int OutlineEachValue

Group on each outline value.

OutlineLevel

public static final int OutlineLevel

Group on the outline level.

Pct110

public static final int Pct110

Group by 10 percent completion increments.

Pct125

public static final int Pct125

Group by 25 percent completion increments.

Pct150

public static final int Pct150

Group by 50 percent completion increments.

Pct199

public static final int Pct199

Group by 99 percent completion.

PctEachValue

public static final int PctEachValue

Group on percent of each value.

PctInterval

public static final int PctInterval

Group on the interval percent.

TextEachValue

public static final int TextEachValue

Group on each text value.

TextPrefix

public static final int TextPrefix

Group on the text prefix.