public interface IPivotItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormula()
Gets the formula of calculated item.
|
java.lang.String |
getName()
Gets the name of the object.
|
int |
getPosition()
Gets the Position of the item in its field if the item is currently showing.
|
boolean |
getShowDetail()
Gets if the outline is expanded for the specified range (so that the detail of the column or row is visible).
|
java.lang.String |
getSourceName()
Returns the specified object’s name as it appears in the original source data
for the specified PivotTable report.
|
boolean |
getVisible()
Determines whether the object is visible.
|
void |
setFormula(java.lang.String value)
Sets the formula of calculated item.
|
void |
setName(java.lang.String value)
Sets the name of the object.
|
void |
setPosition(int value)
Sets the Position of the item in its field if the item is currently showing.
|
void |
setShowDetail(boolean value)
Sets whether the outline is expanded for the specified range (so that the detail of the column or row is visible).
|
void |
setVisible(boolean value)
Determines whether the object is visible.
|
java.lang.String getName()
void setName(java.lang.String value)
int getPosition()
void setPosition(int value)
boolean getShowDetail()
void setShowDetail(boolean value)
value - indicates if the pivot item is expanded.java.lang.String getSourceName()
boolean getVisible()
void setVisible(boolean value)
java.lang.String getFormula()
void setFormula(java.lang.String value)