Package | Description |
---|---|
net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
net.sf.jett.util |
Provides utility functionality for JETT.
|
Modifier and Type | Method | Description |
---|---|---|
CellStyleCache |
WorkbookContext.getCellStyleCache() |
Returns the
CellStyleCache . |
Modifier and Type | Method | Description |
---|---|---|
void |
WorkbookContext.setCellStyleCache(CellStyleCache cache) |
Sets the
CellStyleCache . |
Modifier and Type | Method | Description |
---|---|---|
static void |
RichTextStringUtil.applyFont(org.apache.poi.ss.usermodel.RichTextString richTextString,
org.apache.poi.ss.usermodel.Cell cell,
CellStyleCache cellStyleCache,
FontCache fontCache) |
Take the first
Font from the given
RichTextString and apply it to the given Cell's
CellStyle . |
Copyright © 2012–2018 Jett Team. All rights reserved.