| 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 |
|---|---|
Border |
SpreadsheetDecoration.get(BorderKey k) |
| Modifier and Type | Method and Description |
|---|---|
Map<BorderKey,Border> |
SpreadsheetDecoration.getBorders() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetDecoration.add(BorderKey b,
Border border) |
| Modifier and Type | Class and Description |
|---|---|
class |
BorderImpl
Prototype class that represents a POI Border.
|
| Modifier and Type | Method and Description |
|---|---|
Border |
BorderImpl.borderStyle(org.apache.poi.ss.usermodel.BorderStyle borderStyle) |
Border |
BorderImpl.color(ColorKey color) |
| Modifier and Type | Method and Description |
|---|---|
Border |
Border.borderStyle(org.apache.poi.ss.usermodel.BorderStyle borderStyle)
Border style border.
|
Border |
Border.color(ColorKey color)
Color border.
|
Copyright © 2018. All rights reserved.