| Package | Description |
|---|---|
| org.subtlelib.poi.api.totals | |
| org.subtlelib.poi.impl.row |
| Modifier and Type | Method and Description |
|---|---|
static Formula |
Formula.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Formula[] |
Formula.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
R |
SupportsColumnTotalsRendering.total(Formula formula) |
R |
SupportsColumnTotalsRendering.total(Formula formula,
Style style) |
R |
SupportsColumnTotalsRendering.totals(Formula formula,
int times) |
R |
SupportsColumnTotalsRendering.totals(Formula formula,
int times,
Style style) |
| Modifier and Type | Method and Description |
|---|---|
RowContext |
RowContextNoImpl.total(Formula formula) |
RowContext |
RowContextImpl.total(Formula formula) |
RowContext |
RowContextNoImpl.total(Formula formula,
Style style) |
RowContext |
RowContextImpl.total(Formula formula,
Style style) |
RowContext |
RowContextNoImpl.totals(Formula formula,
int times) |
RowContext |
RowContextImpl.totals(Formula formula,
int times) |
RowContext |
RowContextNoImpl.totals(Formula formula,
int times,
Style style) |
RowContext |
RowContextImpl.totals(Formula formula,
int times,
Style style) |
Copyright © 2014. All rights reserved.