public interface FormattedDataOutput
| Modifier and Type | Method and Description |
|---|---|
RowContext |
header(String text) |
RowContext |
percentage(Number number)
Write mandatory percentage to the current cell.
|
RowContext |
percentage(com.google.common.base.Optional<? extends Number> number) |
RowContext |
total(String text) |
RowContext header(String text)
RowContext total(String text)
RowContext percentage(Number number)
StyleConfiguration.getPercentageStyle() on the current level is applied.
For details of style configuration please see StyleConfiguration implementation used.number - non-null percentageRowContext percentage(com.google.common.base.Optional<? extends Number> number)
Copyright © 2014. All rights reserved.