|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.pivottables.pivotreportfilter
public class pivotreportfilter
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 |
---|
public pivotreportfilter(java.lang.string fieldname, boolean isnew)
fieldname
- the field name of this reportfilter<isnew
- it is true if this reportfilter does not exist in the pivottablepublic pivotreportfilter(java.lang.string fieldname)
fieldname
- the field name of this reportfiltermethod detail |
---|
public boolean ismultipleselect()
public void ismultipleselect(boolean ismultipleselect)
ismultipleselect
- public java.util.arraylist getfilteritemstrings()
public void setfilteritemstrings(java.util.arraylist filteritemstrings)
filteritemstrings
- public java.lang.string getfieldstring()
public void setfieldstring(java.lang.string fieldstring)
fieldstring
- public java.lang.string getfieldname()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |