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 |
---|---|---|
FontCache |
WorkbookContext.getFontCache() |
Returns the
FontCache . |
Modifier and Type | Method | Description |
---|---|---|
void |
WorkbookContext.setFontCache(FontCache cache) |
Sets the
FontCache . |
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.