| Package | Description |
|---|---|
| org.subtlelib.poi.api.sheet | |
| org.subtlelib.poi.api.workbook | |
| org.subtlelib.poi.impl.row | |
| org.subtlelib.poi.impl.sheet | |
| org.subtlelib.poi.impl.workbook |
| Modifier and Type | Method and Description |
|---|---|
SheetContext |
SheetContext.mergeCells(int startColumn,
int endColumn)
Merge cells of the current row starting from column number
startColumn and ending with a column endColumn. |
| Modifier and Type | Method and Description |
|---|---|
SheetContext |
WorkbookContext.createSheet(String sheetName)
Create new sheet within the current workbook.
|
| Modifier and Type | Field and Description |
|---|---|
protected SheetContext |
AbstractDelegatingRowContext.sheet |
| Modifier and Type | Method and Description |
|---|---|
SheetContext |
AbstractDelegatingRowContext.skipRow() |
SheetContext |
AbstractDelegatingRowContext.skipRows(int offset) |
SheetContext |
AbstractDelegatingRowContext.stepOneRowBack() |
| Constructor and Description |
|---|
AbstractDelegatingRowContext(SheetContext sheet) |
RowContextImpl(org.apache.poi.ss.usermodel.Row row,
SheetContext sheet,
StyleRegistry styleRegistry,
int indent) |
RowContextNoImpl(SheetContext sheet) |
RowContextNoImpl(SheetContext sheet,
RowContext delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
SheetContextImpl |
class |
SheetContextNoImpl |
| Modifier and Type | Method and Description |
|---|---|
SheetContext |
SheetContextNoImpl.endConditionalBlock() |
SheetContext |
SheetContextImpl.endConditionalBlock() |
SheetContext |
SheetContextNoImpl.fitOnPagesByHeight(int pages) |
SheetContext |
SheetContextImpl.fitOnPagesByHeight(int pages) |
SheetContext |
SheetContextNoImpl.fitOnPagesByWidth(int pages) |
SheetContext |
SheetContextImpl.fitOnPagesByWidth(int pages) |
SheetContext |
SheetContextNoImpl.hideGrid() |
SheetContext |
SheetContextImpl.hideGrid() |
SheetContext |
SheetContextNoImpl.mergeCells(int startColumn,
int endColumn) |
SheetContext |
SheetContextImpl.mergeCells(int startColumn,
int endColumn) |
SheetContext |
SheetContextNoImpl.setColumnWidth(int columnNumber,
int width) |
SheetContext |
SheetContextImpl.setColumnWidth(int columnNumber,
int width) |
SheetContext |
SheetContextNoImpl.setColumnWidths(int... multipliers) |
SheetContext |
SheetContextImpl.setColumnWidths(int... multipliers) |
SheetContext |
SheetContextNoImpl.setDefaultRowIndent(int indent) |
SheetContext |
SheetContextImpl.setDefaultRowIndent(int indent) |
SheetContext |
SheetContextNoImpl.skipRow() |
SheetContext |
SheetContextImpl.skipRow() |
SheetContext |
SheetContextNoImpl.skipRows(int offset) |
SheetContext |
SheetContextImpl.skipRows(int offset) |
SheetContext |
SheetContextNoImpl.startConditionalBlock(boolean condition) |
SheetContext |
SheetContextImpl.startConditionalBlock(boolean condition) |
SheetContext |
SheetContextNoImpl.stepOneRowBack() |
SheetContext |
SheetContextImpl.stepOneRowBack() |
| Constructor and Description |
|---|
SheetContextNoImpl(SheetContext parent,
WorkbookContext workbook) |
| Modifier and Type | Method and Description |
|---|---|
SheetContext |
WorkbookContextImpl.createSheet(String sheetName) |
Copyright © 2014. All rights reserved.