|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.pivottables.xlspivotcachefield
public class xlspivotcachefield
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 |
---|
public xlspivotcachefield()
public xlspivotcachefield(java.lang.object parent)
method detail |
---|
public java.lang.string getformula()
public void setformula(java.lang.string value)
public boolean isdatabasefield()
public void isdatabasefield(boolean value)
public boolean isdouble()
public void isdouble(boolean value)
public boolean isdoubleint()
public void isdoubleint(boolean value)
public boolean isstring()
public void isstring(boolean value)
public boolean isdate()
public int getitemcount()
public java.lang.string getname()
public void setname(java.lang.string value)
public int getindex()
public void setindex(int value)
public java.util.enumset getdatatype()
public boolean isformulafield()
public java.lang.string getcaption()
public void setcaption(java.lang.string value)
public boolean getisfieldgroup()
public java.lang.object getvalue(int index)
index
- index of the value to get.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |