pivotreportfilter-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.pivottables
class pivotreportfilter

java.lang.object
  extended by com.spire.xls.core.spreadsheet.pivottables.pivotreportfilter

public class pivotreportfilter
extends java.lang.object

represent the report filter of pivottable


constructor summary
pivotreportfilter(java.lang.string fieldname)
          creat an instance of reportfilter
pivotreportfilter(java.lang.string fieldname, boolean isnew)
          creat an instance of reportfilter
 
method summary
 java.lang.string getfieldname()
          represents the name of filter field
 java.lang.string getfieldstring()
          represent the page field string of pivottable
 java.util.arraylist getfilteritemstrings()
          represent the filter field string collection.when ismultipleselect is false,only the first value of string array will be used.
 boolean ismultipleselect()
          indicated whether multiple select the filter field
 void ismultipleselect(boolean ismultipleselect)
          indicated whether multiple select the filter field
 void setfieldstring(java.lang.string fieldstring)
          represent the page field string of pivottable
 void setfilteritemstrings(java.util.arraylist filteritemstrings)
          represent the filter field string collection.when ismultipleselect is false,only the first value of string array will be used.
 
constructor detail

pivotreportfilter

public pivotreportfilter(java.lang.string fieldname,
                         boolean isnew)
creat an instance of reportfilter
parameters:
fieldname - the field name of this reportfilter<
isnew - it is true if this reportfilter does not exist in the pivottable

pivotreportfilter

public pivotreportfilter(java.lang.string fieldname)
creat an instance of reportfilter
parameters:
fieldname - the field name of this reportfilter
method detail

ismultipleselect

public boolean ismultipleselect()
indicated whether multiple select the filter field
returns:

ismultipleselect

public void ismultipleselect(boolean ismultipleselect)
indicated whether multiple select the filter field
parameters:
ismultipleselect -

getfilteritemstrings

public java.util.arraylist getfilteritemstrings()
represent the filter field string collection.when ismultipleselect is false,only the first value of string array will be used. the possible value must be from field values
returns:

setfilteritemstrings

public void setfilteritemstrings(java.util.arraylist filteritemstrings)
represent the filter field string collection.when ismultipleselect is false,only the first value of string array will be used. the possible value must be from field values
parameters:
filteritemstrings -

getfieldstring

public java.lang.string getfieldstring()
represent the page field string of pivottable
returns:

setfieldstring

public void setfieldstring(java.lang.string fieldstring)
represent the page field string of pivottable
parameters:
fieldstring -

getfieldname

public java.lang.string getfieldname()
represents the name of filter field
returns:


网站地图