public final class PivotFilterType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
APRIL
Indicates the "April" filter for date values.
|
static int |
AUGUST
Indicates the "August" filter for date values.
|
static int |
CAPTION_BEGINS_WITH
Indicates the "begins with" filter for field captions.
|
static int |
CAPTION_BETWEEN
Indicates the "is between" filter for field captions.
|
static int |
CAPTION_CONTAINS
Indicates the "contains" filter for field captions.
|
static int |
CAPTION_ENDS_WITH
Indicates the "ends with" filter for field captions.
|
static int |
CAPTION_EQUAL
Indicates the "equal" filter for field captions.
|
static int |
CAPTION_GREATER_THAN
Indicates the "is greater than" filter for field captions.
|
static int |
CAPTION_GREATER_THAN_OR_EQUAL
Indicates the "is greater than or equal to" filter for field captions.
|
static int |
CAPTION_LESS_THAN
Indicates the "is less than" filter for field captions.
|
static int |
CAPTION_LESS_THAN_OR_EQUAL
Indicates the "is less than or equal to" filter for field captions.
|
static int |
CAPTION_NOT_BEGINS_WITH
Indicates the "does not begin with" filter for field captions.
|
static int |
CAPTION_NOT_BETWEEN
Indicates the "is not between" filter for field captions.
|
static int |
CAPTION_NOT_CONTAINS
Indicates the "does not contain" filter for field captions.
|
static int |
CAPTION_NOT_ENDS_WITH
Indicates the "does not end with" filter for field captions.
|
static int |
CAPTION_NOT_EQUAL
Indicates the "not equal" filter for field captions.
|
static int |
COUNT
Indicates the "count" filter.
|
static int |
DATE_AFTER
Indicates the "after" filter for date values.
|
static int |
DATE_AFTER_OR_EQUAL
Indicates the "after or equal to" filter for date values.
|
static int |
DATE_BEFORE
Indicates the "before" filter for date values.
|
static int |
DATE_BEFORE_OR_EQUAL
Indicates the "before or equal to" filter for date values.
|
static int |
DATE_BETWEEN
Indicates the "between" filter for date values.
|
static int |
DATE_EQUAL
Indicates the "equals" filter for date values.
|
static int |
DATE_NEWER_THAN
Deprecated.
Use PivotFilterType.DateAfter instead.
|
static int |
DATE_NEWER_THAN_OR_EQUAL
Deprecated.
Use PivotFilterType.DateAfterOrEqual instead.
|
static int |
DATE_NOT_BETWEEN
Indicates the "not between" filter for date values.
|
static int |
DATE_NOT_EQUAL
Indicates the "does not equal" filter for date values.
|
static int |
DATE_OLDER_THAN
Deprecated.
Use PivotFilterType.DateBefore instead.
|
static int |
DATE_OLDER_THAN_OR_EQUAL
Deprecated.
Use PivotFilterType.DateBeforeOrEqual instead.
|
static int |
DECEMBER
Indicates the "December" filter for date values.
|
static int |
FEBRUARY
Indicates the "February" filter for date values.
|
static int |
JANUARY
Indicates the "January" filter for date values.
|
static int |
JULY
Indicates the "July" filter for date values.
|
static int |
JUNE
Indicates the "June" filter for date values.
|
static int |
LAST_MONTH
Indicates the "last month" filter for date values.
|
static int |
LAST_QUARTER
Indicates the "last quarter" filter for date values.
|
static int |
LAST_WEEK
Indicates the "last week" filter for date values.
|
static int |
LAST_YEAR
Indicates the "last year" filter for date values.
|
static int |
M_1
Deprecated.
Use PivotFilterType.January instead.
|
static int |
M_10
Deprecated.
Use PivotFilterType.October instead.
|
static int |
M_11
Deprecated.
Use PivotFilterType.November instead.
|
static int |
M_12
Deprecated.
Use PivotFilterType.December instead.
|
static int |
M_2
Deprecated.
Use PivotFilterType.February instead.
|
static int |
M_3
Deprecated.
Use PivotFilterType.March instead.
|
static int |
M_4
Deprecated.
Use PivotFilterType.April instead.
|
static int |
M_5
Deprecated.
Use PivotFilterType.May instead.
|
static int |
M_6
Deprecated.
Use PivotFilterType.June instead.
|
static int |
M_7
Deprecated.
Use PivotFilterType.July instead.
|
static int |
M_8
Deprecated.
Use PivotFilterType.August instead.
|
static int |
M_9
Deprecated.
Use PivotFilterType.September instead.
|
static int |
MARCH
Indicates the "March" filter for date values.
|
static int |
MAY
Indicates the "May" filter for date values.
|
static int |
NEXT_MONTH
Indicates the "next month" filter for date values.
|
static int |
NEXT_QUARTER
Indicates the "next quarter" for date values.
|
static int |
NEXT_WEEK
Indicates the "next week" for date values.
|
static int |
NEXT_YEAR
Indicates the "next year" filter for date values.
|
static int |
NONE
No filter.
|
static int |
NOVEMBER
Indicates the "November" filter for date values.
|
static int |
OCTOBER
Indicates the "October" filter for date values.
|
static int |
PERCENT
Indicates the "percent" filter for numeric values.
|
static int |
Q_1
Deprecated.
Use PivotFilterType.Quarter1 instead.
|
static int |
Q_2
Deprecated.
Use PivotFilterType.Quarter2 instead.
|
static int |
Q_3
Deprecated.
Use PivotFilterType.Quarter3 instead.
|
static int |
Q_4
Deprecated.
Use PivotFilterType.Quarter4 instead.
|
static int |
QUARTER_1
Indicates the "first quarter" filter for date values.
|
static int |
QUARTER_2
Indicates the "second quarter" filter for date values.
|
static int |
QUARTER_3
Indicates the "third quarter" filter for date values.
|
static int |
QUARTER_4
Indicates the "fourth quarter" filter for date values.
|
static int |
SEPTEMBER
Indicates the "September" filter for date values.
|
static int |
SUM
Indicates the "sum" filter for numeric values.
|
static int |
THIS_MONTH
Indicates the "this month" filter for date values.
|
static int |
THIS_QUARTER
Indicates the "this quarter" filter for date values.
|
static int |
THIS_WEEK
Indicates the "this week" filter for date values.
|
static int |
THIS_YEAR
Indicate the "this year" filter for date values.
|
static int |
TODAY
Indicates the "today" filter for date values.
|
static int |
TOMORROW
Indicates the "tomorrow" filter for date values.
|
static int |
UNKNOWN
Indicates the PivotTable filter is unknown to the application.
|
static int |
VALUE_BETWEEN
Indicates the "Value between" filter for text and numeric values.
|
static int |
VALUE_EQUAL
Indicates the "value equal" filter for text and numeric values.
|
static int |
VALUE_GREATER_THAN
Indicates the "value greater than" filter for text and numeric values.
|
static int |
VALUE_GREATER_THAN_OR_EQUAL
Indicates the "value greater than or equal to" filter for text and numeric values.
|
static int |
VALUE_LESS_THAN
Indicates the "value less than" filter for text and numeric values.
|
static int |
VALUE_LESS_THAN_OR_EQUAL
Indicates the "value less than or equal to" filter for text and numeric values.
|
static int |
VALUE_NOT_BETWEEN
Indicates the "value not between" filter for text and numeric values.
|
static int |
VALUE_NOT_EQUAL
Indicates the "value not equal" filter for text and numeric values.
|
static int |
YEAR_TO_DATE
Indicates the "year-to-date" filter for date values.
|
static int |
YESTERDAY
Indicates the "yesterday" filter for date values.
|
public static final int CAPTION_BEGINS_WITH
public static final int CAPTION_BETWEEN
public static final int CAPTION_CONTAINS
public static final int CAPTION_ENDS_WITH
public static final int CAPTION_EQUAL
public static final int CAPTION_GREATER_THAN
public static final int CAPTION_GREATER_THAN_OR_EQUAL
public static final int CAPTION_LESS_THAN
public static final int CAPTION_LESS_THAN_OR_EQUAL
public static final int CAPTION_NOT_BEGINS_WITH
public static final int CAPTION_NOT_BETWEEN
public static final int CAPTION_NOT_CONTAINS
public static final int CAPTION_NOT_ENDS_WITH
public static final int CAPTION_NOT_EQUAL
public static final int COUNT
public static final int DATE_BETWEEN
public static final int DATE_EQUAL
public static final int DATE_NEWER_THAN
Remarks
NOTE: This member is now obsolete. Instead, please useDATE_AFTER property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int DATE_AFTER
public static final int DATE_NEWER_THAN_OR_EQUAL
Remarks
NOTE: This member is now obsolete. Instead, please useDATE_AFTER_OR_EQUAL property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int DATE_AFTER_OR_EQUAL
public static final int DATE_NOT_BETWEEN
public static final int DATE_NOT_EQUAL
public static final int DATE_OLDER_THAN
Remarks
NOTE: This member is now obsolete. Instead, please useDATE_BEFORE property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int DATE_BEFORE
public static final int DATE_OLDER_THAN_OR_EQUAL
Remarks
NOTE: This member is now obsolete. Instead, please useDATE_BEFORE_OR_EQUAL property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int DATE_BEFORE_OR_EQUAL
public static final int LAST_MONTH
public static final int LAST_QUARTER
public static final int LAST_WEEK
public static final int LAST_YEAR
public static final int M_1
Remarks
NOTE: This member is now obsolete. Instead, please useJANUARY property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int JANUARY
public static final int M_2
Remarks
NOTE: This member is now obsolete. Instead, please useFEBRUARY property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int FEBRUARY
public static final int M_3
Remarks
NOTE: This member is now obsolete. Instead, please useMARCH property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int MARCH
public static final int M_4
Remarks
NOTE: This member is now obsolete. Instead, please useAPRIL property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int APRIL
public static final int M_5
Remarks
NOTE: This member is now obsolete. Instead, please useMAY property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int MAY
public static final int M_6
Remarks
NOTE: This member is now obsolete. Instead, please useJUNE property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int JUNE
public static final int M_7
Remarks
NOTE: This member is now obsolete. Instead, please useJULY property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int JULY
public static final int M_8
Remarks
NOTE: This member is now obsolete. Instead, please useAUGUST property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int AUGUST
public static final int M_9
Remarks
NOTE: This member is now obsolete. Instead, please useSEPTEMBER property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int SEPTEMBER
public static final int M_10
Remarks
NOTE: This member is now obsolete. Instead, please useOCTOBER property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int OCTOBER
public static final int M_11
Remarks
NOTE: This member is now obsolete. Instead, please useNOVEMBER property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int NOVEMBER
public static final int M_12
Remarks
NOTE: This member is now obsolete. Instead, please useDECEMBER property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int DECEMBER
public static final int NEXT_MONTH
public static final int NEXT_QUARTER
public static final int NEXT_WEEK
public static final int NEXT_YEAR
public static final int PERCENT
public static final int Q_1
Remarks
NOTE: This member is now obsolete. Instead, please useQUARTER_1 property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int QUARTER_1
public static final int Q_2
Remarks
NOTE: This member is now obsolete. Instead, please useQUARTER_2 property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int QUARTER_2
public static final int Q_3
Remarks
NOTE: This member is now obsolete. Instead, please useQUARTER_3 property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int QUARTER_3
public static final int Q_4
Remarks
NOTE: This member is now obsolete. Instead, please useQUARTER_4 property.
This property will be removed 6 months later since November 2024.
Aspose apologizes for any inconvenience you may have experienced.public static final int QUARTER_4
public static final int SUM
public static final int THIS_MONTH
public static final int THIS_QUARTER
public static final int THIS_WEEK
public static final int THIS_YEAR
public static final int TODAY
public static final int TOMORROW
public static final int UNKNOWN
public static final int VALUE_BETWEEN
public static final int VALUE_EQUAL
public static final int VALUE_GREATER_THAN
public static final int VALUE_GREATER_THAN_OR_EQUAL
public static final int VALUE_LESS_THAN
public static final int VALUE_LESS_THAN_OR_EQUAL
public static final int VALUE_NOT_BETWEEN
public static final int VALUE_NOT_EQUAL
public static final int YEAR_TO_DATE
public static final int YESTERDAY
public static final int NONE
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.