|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ipivottableoptions
describes the settings of the pivot table
method summary | |
---|---|
java.lang.string |
getcolumnheadercaption()
specifies the string to be displayed in column header of pivot table when in compact layout mode. |
short |
getdataposition()
specifies the position for the field representing multiple data field in the pivottable, whether that field is located in the row area or column area. |
boolean |
getenablefieldproperties()
true if the pivottable field dialog box is available when the user double-clicks the pivottable field |
long |
getindent()
specifies the indentation increment for compact axis and can be used to set the report layout to compact form. |
java.lang.string |
getrowheadercaption()
specifies the string to be displayed in row header of pivot table when in compact layout mode |
boolean |
getshowasterisktotals()
true if an asterisk (*) is displayed next to each subtotal and grand total value in the specified pivottable report |
boolean |
getshowcustomsortlist()
specifies a boolean value that indicates whether the "custom lists" option is offered when sorting this pivottable |
boolean |
getshowfieldlist()
false to disable the ability to display the field list for the pivottable. |
boolean |
getshowgriddropzone()
specifies a boolean value that indicates whether the in-grid drop zones should be displayed at runtime, and whether classic layout is applied. |
boolean |
isautoformat()
indicates whether the pivottable has an autoformat applied. |
void |
isautoformat(boolean value)
indicates whether the pivottable has an autoformat applied. |
boolean |
isdataeditable()
true to disable the alert for when the user overwrites values in the data area of the pivottable. |
void |
isdataeditable(boolean dataeditable)
true to disable the alert for when the user overwrites values in the data area of the pivottable. |
void |
setcolumnheadercaption(java.lang.string columnheadercaption)
specifies the string to be displayed in column header of pivot table when in compact layout mode. |
void |
setdataposition(short value)
specifies the position for the field representing multiple data field in the pivottable, whether that field is located in the row area or column area. |
void |
setenablefieldproperties(boolean enablefieldproperties)
true if the pivottable field dialog box is available when the user double-clicks the pivottable field |
void |
setindent(long indent)
specifies the indentation increment for compact axis and can be used to set the report layout to compact form. |
void |
setrowheadercaption(java.lang.string rowheadercaption)
specifies the string to be displayed in row header of pivot table when in compact layout mode |
void |
setshowasterisktotals(boolean showasterisktotals)
true if an asterisk (*) is displayed next to each subtotal and grand total value in the specified pivottable report |
void |
setshowcustomsortlist(boolean showcustomsortlist)
specifies a boolean value that indicates whether the "custom lists" option is offered when sorting this pivottable |
void |
setshowfieldlist(boolean showfieldlist)
false to disable the ability to display the field list for the pivottable. |
void |
setshowgriddropzone(boolean value)
specifies a boolean value that indicates whether the in-grid drop zones should be displayed at runtime, and whether classic layout is applied. |
method detail |
---|
boolean getshowasterisktotals()
void setshowasterisktotals(boolean showasterisktotals)
showasterisktotals
- java.lang.string getcolumnheadercaption()
void setcolumnheadercaption(java.lang.string columnheadercaption)
columnheadercaption
- java.lang.string getrowheadercaption()
void setrowheadercaption(java.lang.string rowheadercaption)
rowheadercaption
- boolean getshowcustomsortlist()
void setshowcustomsortlist(boolean showcustomsortlist)
showcustomsortlist
- boolean getshowfieldlist()
void setshowfieldlist(boolean showfieldlist)
showfieldlist
- boolean getshowgriddropzone()
void setshowgriddropzone(boolean value)
value
- boolean isdataeditable()
void isdataeditable(boolean dataeditable)
dataeditable
- boolean getenablefieldproperties()
void setenablefieldproperties(boolean enablefieldproperties)
enablefieldproperties
- long getindent()
void setindent(long indent)
indent
- boolean isautoformat()
void isautoformat(boolean value)
value
- short getdataposition()
void setdataposition(short value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |