com.aspose.cells

Class PivotFilter

  • java.lang.Object
    • com.aspose.cells.PivotFilter
public class PivotFilter 
extends java.lang.Object

Represents a PivotFilter in PivotFilter Collection.

Property Getters/Setters Summary
AutoFiltergetAutoFilter()
Gets the autofilter of the pivot filter.
intgetEvaluationOrder()
void
           Gets the Evaluation Order of the pivot filter.
intgetFieldIndex()
Gets the field index of the pivot filter.
intgetFilterType()
Gets the autofilter type of the pivot filter. The value of the property is PivotFilterType integer constant.
intgetMeasureFldIndex()
void
           Gets the measure field index of the pivot filter.
intgetMemberPropertyFieldIndex()
void
           Gets the member property field index of the pivot filter.
java.lang.StringgetName()
void
setName(java.lang.Stringvalue)
           Gets the name of the pivot filter.
java.lang.StringgetValue1()
void
setValue1(java.lang.Stringvalue)
           Gets the string value1 of the label pivot filter.
java.lang.StringgetValue2()
void
setValue2(java.lang.Stringvalue)
           Gets the string value2 of the label pivot filter.
 

    • Property Getters/Setters Detail

      • getAutoFilter

        public AutoFilter getAutoFilter()
        
        Gets the autofilter of the pivot filter.
      • getFilterType

        public int getFilterType()
        
        Gets the autofilter type of the pivot filter. The value of the property is PivotFilterType integer constant.
      • getFieldIndex

        public int getFieldIndex()
        
        Gets the field index of the pivot filter.
      • getValue1/setValue1

        public java.lang.String getValue1() / public void setValue1(java.lang.String value)
        
        Gets the string value1 of the label pivot filter.
      • getValue2/setValue2

        public java.lang.String getValue2() / public void setValue2(java.lang.String value)
        
        Gets the string value2 of the label pivot filter.
      • getMeasureFldIndex/setMeasureFldIndex

        public int getMeasureFldIndex() / public void setMeasureFldIndex(int value)
        
        Gets the measure field index of the pivot filter.
      • getMemberPropertyFieldIndex/setMemberPropertyFieldIndex

        public int getMemberPropertyFieldIndex() / public void setMemberPropertyFieldIndex(int value)
        
        Gets the member property field index of the pivot filter.
      • getName/setName

        public java.lang.String getName() / public void setName(java.lang.String value)
        
        Gets the name of the pivot filter.
      • getEvaluationOrder/setEvaluationOrder

        public int getEvaluationOrder() / public void setEvaluationOrder(int value)
        
        Gets the Evaluation Order of the pivot filter.

    setValue1

    public voidsetValue1(java.lang.Stringvalue)
    
    Gets the string value1 of the label pivot filter.

    setValue2

    public voidsetValue2(java.lang.Stringvalue)
    
    Gets the string value2 of the label pivot filter.

    setMeasureFldIndex

    public voidsetMeasureFldIndex(intvalue)
    
    Gets the measure field index of the pivot filter.

    setMemberPropertyFieldIndex

    public voidsetMemberPropertyFieldIndex(intvalue)
    
    Gets the member property field index of the pivot filter.

    setName

    public voidsetName(java.lang.Stringvalue)
    
    Gets the name of the pivot filter.

    setEvaluationOrder

    public voidsetEvaluationOrder(intvalue)
    
    Gets the Evaluation Order of the pivot filter.