|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ipivottable
represents pivot table object.
method summary | |
---|---|
void |
clear()
this method clears all the fields, deletes all filtering and sorting applied to the pivottable. |
void |
clearcolumnfieldfilter(java.lang.string fieldname)
clear the column field filter. |
void |
clearfilter(java.lang.string fieldname)
clear the row and column field filter depends on field name. |
void |
clearrowfieldfilter(java.lang.string fieldname)
clear the row field filter. |
pivotbuiltinstyles |
getbuiltinstyle()
gets/sets built-in pivot style. |
int |
getcacheindex()
gets index of the pivot cache.read-only. |
ipivotcalculatedfields |
getcalculatedfields()
returns the collection of calculated fields of the specified pivot table.read-only. |
ipivotfields |
getcolumnfields()
returns the collection of column field for the specified pivot table.read-only. |
int |
getcolumnsperpage()
specifies the number of columns per page for this pivottable that the filter area will occupy. |
pivotdatafields |
getdatafields()
gets collection of pivot table data fields. |
boolean |
getdisplayfieldcaptions()
gets/sets value controlling whether or not filter buttons and pivotfield captions for rows and columns are displayed in the grid. |
cellrange |
getlocation()
returns pivot table location. |
java.lang.string |
getname()
gets pivot table name. |
ipivottableoptions |
getoptions()
represents the pivot table options.read-only |
ipivotfields |
getpagefields()
returns the collection of page field for the specified pivot table,read-only. |
pivottablefields |
getpivotfields()
gets collection of pivot fields. |
boolean |
getrepeatitemsoneachprintedpage()
true if row, column, and item labels appear on the first row of each page when the specified pivottable report is printed. |
ipivotfields |
getrowfields()
returns the collection of row field for the specified pivot table.read-only. |
int |
getrowsperpage()
specifies the number of rows per page for this pivottable that the filter area will occupy.read-only. |
boolean |
getshowcolumngrand()
gets/sets value indicating whether the pivottable contains grand totals for columns. |
boolean |
getshowdatafieldinrow()
gets/sets value indicating whether the pivottable data fields are shown in rows. |
boolean |
getshowdrillindicators()
the showdrillindicators property is used for toggling the display of drill indicators in the pivottable. |
boolean |
getshowrowgrand()
gets/sets value indicating whether the pivottable contains grand totals for rows. |
boolean |
iscolumngrand()
gets/sets value indicating whether the pivottable contains column with grand totals for rows (same as columngrand in vba). |
boolean |
isrowgrand()
gets/sets value indicating whether the pivottable contains row with grand totals for columns (same as rowgrand in vba). |
method detail |
---|
java.lang.string getname()
pivottablefields getpivotfields()
pivotdatafields getdatafields()
boolean isrowgrand()
boolean iscolumngrand()
boolean getshowdrillindicators()
boolean getdisplayfieldcaptions()
boolean getrepeatitemsoneachprintedpage()
pivotbuiltinstyles getbuiltinstyle()
boolean getshowrowgrand()
boolean getshowcolumngrand()
int getcacheindex()
cellrange getlocation()
ipivottableoptions getoptions()
int getrowsperpage()
int getcolumnsperpage()
ipivotcalculatedfields getcalculatedfields()
ipivotfields getpagefields()
ipivotfields getrowfields()
ipivotfields getcolumnfields()
boolean getshowdatafieldinrow()
void clear()
void clearrowfieldfilter(java.lang.string fieldname)
fieldname
- the row field name.void clearcolumnfieldfilter(java.lang.string fieldname)
fieldname
- the column field name.void clearfilter(java.lang.string fieldname)
fieldname
- the row and column field name.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |