Package | Description |
---|---|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
Calculation |
DataField.getSubtotal()
Returns type of
Calculation |
static Calculation |
Calculation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Calculation[] |
Calculation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Calculation> |
PivotField.getSubtotals() |
Modifier and Type | Method and Description |
---|---|
void |
PivotTable.setDataField(PivotField field,
java.lang.String name,
Calculation subtotal)
Sets data field
|
Modifier and Type | Method and Description |
---|---|
void |
PivotField.setSubtotals(java.util.Set<Calculation> subtotals) |
Modifier and Type | Method and Description |
---|---|
Calculation |
XSSFDataField.getSubtotal() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Calculation> |
XSSFPivotField.getSubtotals() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFPivotTable.setDataField(PivotField field,
java.lang.String name,
Calculation subtotal) |
Modifier and Type | Method and Description |
---|---|
void |
XSSFPivotField.setSubtotals(java.util.Set<Calculation> subtotals) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.