![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.PivotItem
public class PivotItem
Represents an item in a PivotTable field.
Method Summary | |
---|---|
java.util.Calendar |
getDateTimeValue()
Gets the pivot item date time value. |
java.lang.Double |
getDoubleValue()
Gets the pivot item double value. |
java.lang.String |
getStringValue()
Gets the pivot item string value. |
java.lang.Object |
getValue()
Gets the pivot item value.Read-only. |
void |
hide(boolean isHide)
Sets whether the pivot item is hidden. |
boolean |
isHidden()
Indicates whether the pivot item is hidden. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isHidden()
public void hide(boolean isHide)
isHide
- whether the pivot item is hidden.public java.lang.Object getValue()
public java.lang.String getStringValue()
public java.lang.Double getDoubleValue()
public java.util.Calendar getDateTimeValue()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |