| Package | Description |
|---|---|
| net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
| net.sf.jett.parser |
Provides classes for scanning and parsing any text-based value in JETT.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,Style> |
WorkbookContext.getStyleMap() |
Returns the
Map of style names to Styles. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Style.apply(Style style) |
Applies the given
Style to this Style,
overwriting any properties in common. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WorkbookContext.setStyleMap(java.util.Map<java.lang.String,Style> styleMap) |
Sets
Map of style names to Styles. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,Style> |
StyleParser.getStyleMap() |
Returns the style map of style names to
Styles. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
StyleParser.addStyle(Style style,
java.lang.String property,
java.lang.String value) |
Depending on the given property, parse the given value and set the
appropriate attribute in the given
Style object. |
Copyright © 2012–2018 Jett Team. All rights reserved.