| Package | Description |
|---|---|
| org.subtlelib.poi.api.row | |
| org.subtlelib.poi.impl.row | |
| org.subtlelib.poi.impl.sheet |
| Modifier and Type | Method and Description |
|---|---|
RowContext |
PlainDataOutput.date(Date date)
Write mandatory date to the current cell.
|
RowContext |
PlainDataOutput.date(Date date,
Style style)
Write mandatory date to the current cell.
|
RowContext |
PlainDataOutput.date(com.google.common.base.Optional<Date> date) |
RowContext |
PlainDataOutput.date(com.google.common.base.Optional<Date> date,
Style style) |
RowContext |
FormattedDataOutput.header(String text) |
RowContext |
RowContext.mergeCells(int number)
Merge cells of the current row starting from the current cell.
|
RowContext |
PlainDataOutput.multilineText(Collection<String> lines)
Write mandatory multiline text to the current cell.
|
RowContext |
PlainDataOutput.multilineText(Collection<String> lines,
Style style)
Write mandatory multiline text to the current cell.
|
RowContext |
PlainDataOutput.number(Number number)
Write mandatory number to the current cell.
|
RowContext |
PlainDataOutput.number(Number number,
Style style)
Write mandatory number to the current cell.
|
RowContext |
PlainDataOutput.number(com.google.common.base.Optional<? extends Number> number)
Write optional number to the current cell.
|
RowContext |
PlainDataOutput.number(com.google.common.base.Optional<? extends Number> number,
Style style)
Write optional number to the current cell and apply style provided.
|
RowContext |
FormattedDataOutput.percentage(Number number)
Write mandatory percentage to the current cell.
|
RowContext |
FormattedDataOutput.percentage(com.google.common.base.Optional<? extends Number> number) |
RowContext |
RowContext.setColumnWidth(int width)
Set width of the last output cell.
|
RowContext |
RowContext.setRowHeight(int height)
Set height of the current row.
|
RowContext |
PlainDataOutput.text(com.google.common.base.Optional<String> text)
Write optional text to the current cell.
|
RowContext |
PlainDataOutput.text(com.google.common.base.Optional<String> text,
Style style)
Write optional text to the current cell and apply style provided.
|
RowContext |
PlainDataOutput.text(String text)
Write mandatory text to the current cell.
|
RowContext |
PlainDataOutput.text(String text,
Style style)
Write mandatory text to the current cell.
|
RowContext |
FormattedDataOutput.total(String text) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingRowContext |
class |
RowContextImpl |
class |
RowContextNoImpl |
| Modifier and Type | Method and Description |
|---|---|
RowContext |
RowContextNoImpl.cellAt(int newIndex) |
RowContext |
RowContextImpl.cellAt(int newIndex) |
RowContext |
RowContextNoImpl.conditionalCell(boolean condition) |
RowContext |
RowContextImpl.conditionalCell(boolean condition) |
RowContext |
AbstractDelegatingRowContext.currentRow() |
RowContext |
RowContextNoImpl.date(Date date) |
RowContext |
RowContextImpl.date(Date date) |
RowContext |
RowContextNoImpl.date(Date date,
Style style) |
RowContext |
RowContextImpl.date(Date date,
Style style) |
RowContext |
RowContextNoImpl.date(com.google.common.base.Optional<Date> date) |
RowContext |
RowContextImpl.date(com.google.common.base.Optional<Date> date) |
RowContext |
RowContextNoImpl.date(com.google.common.base.Optional<Date> date,
Style style) |
RowContext |
RowContextImpl.date(com.google.common.base.Optional<Date> date,
Style style) |
RowContext |
RowContextNoImpl.header(String text) |
RowContext |
RowContextImpl.header(String text) |
RowContext |
RowContextNoImpl.mergeCells(int number) |
RowContext |
RowContextImpl.mergeCells(int number) |
RowContext |
RowContextNoImpl.multilineText(Collection<String> lines) |
RowContext |
RowContextImpl.multilineText(Collection<String> lines) |
RowContext |
RowContextNoImpl.multilineText(Collection<String> lines,
Style style) |
RowContext |
RowContextImpl.multilineText(Collection<String> lines,
Style style) |
RowContext |
AbstractDelegatingRowContext.nextConditionalRow(boolean condition) |
RowContext |
AbstractDelegatingRowContext.nextRow() |
RowContext |
RowContextNoImpl.number(Number number) |
RowContext |
RowContextImpl.number(Number number) |
RowContext |
RowContextNoImpl.number(Number number,
Style style) |
RowContext |
RowContextImpl.number(Number number,
Style style) |
RowContext |
RowContextNoImpl.number(com.google.common.base.Optional<? extends Number> number) |
RowContext |
RowContextImpl.number(com.google.common.base.Optional<? extends Number> number) |
RowContext |
RowContextNoImpl.number(com.google.common.base.Optional<? extends Number> number,
Style style) |
RowContext |
RowContextImpl.number(com.google.common.base.Optional<? extends Number> number,
Style style) |
RowContext |
RowContextNoImpl.percentage(Number number) |
RowContext |
RowContextImpl.percentage(Number number) |
RowContext |
RowContextNoImpl.percentage(com.google.common.base.Optional<? extends Number> number) |
RowContext |
RowContextImpl.percentage(com.google.common.base.Optional<? extends Number> number) |
RowContext |
RowContextNoImpl.setColumnWidth(int width) |
RowContext |
RowContextImpl.setColumnWidth(int width) |
RowContext |
RowContextNoImpl.setRowHeight(int height) |
RowContext |
RowContextImpl.setRowHeight(int height) |
RowContext |
RowContextNoImpl.setTotalsDataRange(ColumnTotalsDataRange data) |
RowContext |
RowContextImpl.setTotalsDataRange(ColumnTotalsDataRange data) |
RowContext |
RowContextNoImpl.skipCell() |
RowContext |
RowContextImpl.skipCell() |
RowContext |
RowContextNoImpl.skipCells(int offset) |
RowContext |
RowContextImpl.skipCells(int offset) |
RowContext |
RowContextNoImpl.text(com.google.common.base.Optional<String> text) |
RowContext |
RowContextImpl.text(com.google.common.base.Optional<String> text) |
RowContext |
RowContextNoImpl.text(com.google.common.base.Optional<String> text,
Style style) |
RowContext |
RowContextImpl.text(com.google.common.base.Optional<String> text,
Style style) |
RowContext |
RowContextNoImpl.text(String text) |
RowContext |
RowContextImpl.text(String text) |
RowContext |
RowContextNoImpl.text(String text,
Style style) |
RowContext |
RowContextImpl.text(String text,
Style style) |
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.total(String text) |
RowContext |
RowContextImpl.total(String text) |
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) |
| Constructor and Description |
|---|
RowContextNoImpl(SheetContext sheet,
RowContext delegate) |
| Modifier and Type | Field and Description |
|---|---|
protected RowContext |
SheetContextImpl.currentRow |
| Modifier and Type | Method and Description |
|---|---|
RowContext |
SheetContextNoImpl.currentRow() |
RowContext |
SheetContextImpl.currentRow() |
RowContext |
SheetContextNoImpl.nextConditionalRow(boolean condition) |
RowContext |
SheetContextImpl.nextConditionalRow(boolean condition) |
RowContext |
SheetContextNoImpl.nextRow() |
RowContext |
SheetContextImpl.nextRow() |
Copyright © 2014. All rights reserved.