| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core | |
| io.github.antoniovizuete.pojospreadsheet.core.decoration | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Method and Description |
|---|---|
Font |
SpreadsheetDecoration.get(FontKey k) |
| Modifier and Type | Method and Description |
|---|---|
Map<FontKey,Font> |
SpreadsheetDecoration.getFonts() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetDecoration.add(FontKey f,
Font font) |
| Modifier and Type | Class and Description |
|---|---|
class |
FontImpl
Prototype class that represents a POI Font.
|
| Modifier and Type | Method and Description |
|---|---|
Font |
FontImpl.bold(Boolean bold) |
Font |
FontImpl.color(ColorKey color) |
Font |
FontImpl.fontName(String fontName) |
Font |
FontImpl.height(Integer height) |
Font |
FontImpl.height(Short height) |
Font |
FontImpl.italic(Boolean italic) |
Font |
FontImpl.typeOffset(Font.Offset typeOffset) |
Font |
FontImpl.underline(Font.Underline underline) |
| Modifier and Type | Method and Description |
|---|---|
Font |
Font.bold(Boolean bold)
Bold font.
|
Font |
Font.color(ColorKey color)
Color font.
|
Font |
Font.fontName(String fontName)
Font name font.
|
Font |
Font.height(Integer height)
Height font.
|
Font |
Font.height(Short height)
Height font.
|
Font |
Font.italic(Boolean italic)
Italic font.
|
Font |
Font.typeOffset(Font.Offset typeOffset)
Type offset font.
|
Font |
Font.underline(Font.Underline underline)
Underline font.
|
Copyright © 2018. All rights reserved.