| Modifier and Type | Interface and Description |
|---|---|
interface |
RowContext
Row context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SheetContext
Sheet context.
|
| Modifier and Type | Method and Description |
|---|---|
StyleConfiguration |
StyleConfigurable.getStyleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
T |
StyleConfigurable.setStyleConfiguration(StyleConfiguration styleConfiguration) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkbookContext
Workbook context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingRowContext |
class |
RowContextImpl |
class |
RowContextNoImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SheetContextImpl |
class |
SheetContextNoImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
InheritableStyleConfiguration<T> |
| Modifier and Type | Method and Description |
|---|---|
StyleConfiguration |
InheritableStyleConfiguration.getStyleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
T |
InheritableStyleConfiguration.setStyleConfiguration(StyleConfiguration styleConfiguration) |
| Constructor and Description |
|---|
InheritableStyleConfiguration(StyleConfiguration parentConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStyleConfiguration
A default implementation sitting on the top of the hierarchy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbookContextImpl |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookContext |
WorkbookContextFactory.createWorkbook(StyleConfiguration styleConfiguration) |
| Constructor and Description |
|---|
WorkbookContextImpl(org.apache.poi.hssf.usermodel.HSSFWorkbook workbook,
StyleConfiguration styleConfiguration,
Configuration configuration) |
Copyright © 2014. All rights reserved.