Package | Description |
---|---|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
PivotField |
PivotField.FieldGroup.getBase() |
PivotField |
DataField.getPivotField() |
PivotField |
PivotTable.getPivotField(java.lang.String name)
Returns the
PivotField . |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotField> |
PivotTable.getColumnFields()
Returns all column fields.
|
java.util.List<PivotField> |
PivotTable.getPivotFields()
Returns all fields of the PivotTable.
|
java.util.List<PivotField> |
PivotTable.getRowFields()
Returns all row fields.
|
Modifier and Type | Method and Description |
---|---|
void |
PivotTable.setColumnField(PivotField field)
Sets column type of a pivot field.
|
void |
PivotTable.setDataField(PivotField field,
java.lang.String name,
Calculation subtotal)
Sets data field
|
void |
PivotTable.setRowField(PivotField field)
Sets row type of a pivot field.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFPivotField |
Modifier and Type | Method and Description |
---|---|
PivotField |
XSSFDataField.getPivotField() |
PivotField |
XSSFPivotTable.getPivotField(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotField> |
XSSFPivotTable.getColumnFields() |
java.util.List<PivotField> |
XSSFPivotTable.getPivotFields() |
java.util.List<PivotField> |
XSSFPivotTable.getRowFields() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFPivotTable.setColumnField(PivotField field) |
void |
XSSFPivotTable.setDataField(PivotField field,
java.lang.String name,
Calculation subtotal) |
void |
XSSFPivotTable.setRowField(PivotField field) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.