|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.core.spreadsheet.pivottables.PivotDataField
public class PivotDataField
Constructor Summary | |
---|---|
PivotDataField(java.lang.Object parent)
|
Method Summary | |
---|---|
java.lang.Object |
deepClone(java.lang.Object parent)
|
int |
getBaseField()
Gets or sets the base field. |
int |
getBaseItem()
Gets or sets the base item. |
java.lang.String |
getName()
Gets / sets name of the data field. |
PivotFieldFormatType |
getShowDataAs()
Gets or sets the show data as. |
SubtotalTypes |
getSubtotal()
Gets/ sets subtotal function used for data field. |
void |
setBaseField(int value)
Gets or sets the base field. |
void |
setBaseItem(int value)
Gets or sets the base item. |
void |
setShowDataAs(PivotFieldFormatType pivotFieldFormatType)
Set show data |
void |
setSubtotal(SubtotalTypes value)
Gets/ sets subtotal function used for data field. |
Constructor Detail |
---|
public PivotDataField(java.lang.Object parent)
Method Detail |
---|
public java.lang.String getName()
getName
in interface IPivotDataField
public SubtotalTypes getSubtotal()
getSubtotal
in interface IPivotDataField
public void setSubtotal(SubtotalTypes value)
value
- public int getBaseItem()
getBaseItem
in interface IPivotDataField
public void setBaseItem(int value)
value
- The base item.public int getBaseField()
getBaseField
in interface IPivotDataField
public void setBaseField(int value)
value
- The base field.public PivotFieldFormatType getShowDataAs()
public void setShowDataAs(PivotFieldFormatType pivotFieldFormatType)
pivotFieldFormatType
- public java.lang.Object deepClone(java.lang.Object parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |