xlspivotcachefield-ag凯发旗舰厅



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

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

public class xlspivotcachefield
extends java.lang.object

constructor summary
xlspivotcachefield()
           
xlspivotcachefield(java.lang.object parent)
           
 
method summary
 java.lang.string getcaption()
          specifies the caption of the cache field
 java.util.enumset getdatatype()
          gets type of the data.
 java.lang.string getformula()
          specifies the formula for the calculated field
 int getindex()
          gets/sets item's index in the parent collection.
 boolean getisfieldgroup()
          represents the cache field is field group
 int getitemcount()
           
 java.lang.string getname()
           
 java.lang.object getvalue(int index)
          returns value at index.
 boolean isdatabasefield()
          specifies a boolean value that indicates whether this field came from the source database
 void isdatabasefield(boolean value)
          specifies a boolean value that indicates whether this field came from the source database
 boolean isdate()
           
 boolean isdouble()
           
 void isdouble(boolean value)
           
 boolean isdoubleint()
           
 void isdoubleint(boolean value)
           
 boolean isformulafield()
          indicates the field is formula field
 boolean isstring()
           
 void isstring(boolean value)
           
 void setcaption(java.lang.string value)
          specifies the caption of the cache field
 void setformula(java.lang.string value)
          specifies the formula for the calculated field
 void setindex(int value)
          gets/sets item's index in the parent collection.
 void setname(java.lang.string value)
           
 
constructor detail

xlspivotcachefield

public xlspivotcachefield()

xlspivotcachefield

public xlspivotcachefield(java.lang.object parent)
method detail

getformula

public java.lang.string getformula()
specifies the formula for the calculated field

setformula

public void setformula(java.lang.string value)
specifies the formula for the calculated field

isdatabasefield

public boolean isdatabasefield()
specifies a boolean value that indicates whether this field came from the source database

isdatabasefield

public void isdatabasefield(boolean value)
specifies a boolean value that indicates whether this field came from the source database

isdouble

public boolean isdouble()

isdouble

public void isdouble(boolean value)

isdoubleint

public boolean isdoubleint()

isdoubleint

public void isdoubleint(boolean value)

isstring

public boolean isstring()

isstring

public void isstring(boolean value)

isdate

public boolean isdate()

getitemcount

public int getitemcount()

getname

public java.lang.string getname()

setname

public void setname(java.lang.string value)

getindex

public int getindex()
gets/sets item's index in the parent collection.

setindex

public void setindex(int value)
gets/sets item's index in the parent collection.

getdatatype

public java.util.enumset getdatatype()
gets type of the data.

isformulafield

public boolean isformulafield()
indicates the field is formula field

getcaption

public java.lang.string getcaption()
specifies the caption of the cache field

setcaption

public void setcaption(java.lang.string value)
specifies the caption of the cache field

getisfieldgroup

public boolean getisfieldgroup()
represents the cache field is field group

getvalue

public java.lang.object getvalue(int index)
returns value at index.
parameters:
index - index of the value to get.
returns:
requested value.


网站地图