ipivottableoptions-ag凯发旗舰厅



com.spire.xls.core
interface ipivottableoptions


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

getshowasterisktotals

boolean getshowasterisktotals()
true if an asterisk (*) is displayed next to each subtotal and grand total value in the specified pivottable report
returns:

setshowasterisktotals

void setshowasterisktotals(boolean showasterisktotals)
true if an asterisk (*) is displayed next to each subtotal and grand total value in the specified pivottable report
parameters:
showasterisktotals -

getcolumnheadercaption

java.lang.string getcolumnheadercaption()
specifies the string to be displayed in column header of pivot table when in compact layout mode.
returns:

setcolumnheadercaption

void setcolumnheadercaption(java.lang.string columnheadercaption)
specifies the string to be displayed in column header of pivot table when in compact layout mode.
parameters:
columnheadercaption -

getrowheadercaption

java.lang.string getrowheadercaption()
specifies the string to be displayed in row header of pivot table when in compact layout mode
returns:

setrowheadercaption

void setrowheadercaption(java.lang.string rowheadercaption)
specifies the string to be displayed in row header of pivot table when in compact layout mode
parameters:
rowheadercaption -

getshowcustomsortlist

boolean getshowcustomsortlist()
specifies a boolean value that indicates whether the "custom lists" option is offered when sorting this pivottable
returns:

setshowcustomsortlist

void setshowcustomsortlist(boolean showcustomsortlist)
specifies a boolean value that indicates whether the "custom lists" option is offered when sorting this pivottable
parameters:
showcustomsortlist -

getshowfieldlist

boolean getshowfieldlist()
false to disable the ability to display the field list for the pivottable. if the field list was already being displayed it disappears.
returns:

setshowfieldlist

void setshowfieldlist(boolean showfieldlist)
false to disable the ability to display the field list for the pivottable. if the field list was already being displayed it disappears.
parameters:
showfieldlist -

getshowgriddropzone

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.
returns:

setshowgriddropzone

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.
parameters:
value -

isdataeditable

boolean isdataeditable()
true to disable the alert for when the user overwrites values in the data area of the pivottable. true also allows the user to change data values that previously could not be changed
returns:

isdataeditable

void isdataeditable(boolean dataeditable)
true to disable the alert for when the user overwrites values in the data area of the pivottable. true also allows the user to change data values that previously could not be changed
parameters:
dataeditable -

getenablefieldproperties

boolean getenablefieldproperties()
true if the pivottable field dialog box is available when the user double-clicks the pivottable field
returns:

setenablefieldproperties

void setenablefieldproperties(boolean enablefieldproperties)
true if the pivottable field dialog box is available when the user double-clicks the pivottable field
parameters:
enablefieldproperties -

getindent

long getindent()
specifies the indentation increment for compact axis and can be used to set the report layout to compact form.
returns:

setindent

void setindent(long indent)
specifies the indentation increment for compact axis and can be used to set the report layout to compact form.
parameters:
indent -

isautoformat

boolean isautoformat()
indicates whether the pivottable has an autoformat applied. checkbox "autofit column width on update"which in pivot table options :layout format for excel 2007
returns:

isautoformat

void isautoformat(boolean value)
indicates whether the pivottable has an autoformat applied. checkbox "autofit column width on update"which in pivot table options :layout format for excel 2007
parameters:
value -

getdataposition

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. value start with 0 , -1 means the last position
returns:

setdataposition

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. value start with 0 , -1 means the last position
parameters:
value -


网站地图