| 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 |
|---|---|
ColorKey |
TextBoxImpl.getTextColor() |
| Modifier and Type | Method and Description |
|---|---|
Map<ColorKey,Color> |
SpreadsheetDecoration.getColors() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetDecoration.add(ColorKey c,
Color color) |
boolean |
SpreadsheetDecoration.exists(ColorKey c) |
Color |
SpreadsheetDecoration.get(ColorKey k) |
void |
SpreadsheetDecoration.remove(ColorKey c) |
void |
TextBoxImpl.setTextColor(ColorKey textColor) |
TextBox |
TextBoxImpl.textColor(ColorKey textColor) |
| Modifier and Type | Method and Description |
|---|---|
ColorKey |
FontImpl.getColor() |
ColorKey |
BorderImpl.getColor() |
| Modifier and Type | Method and Description |
|---|---|
Font |
FontImpl.color(ColorKey color) |
Border |
BorderImpl.color(ColorKey color) |
void |
FontImpl.setColor(ColorKey color) |
void |
BorderImpl.setColor(ColorKey color) |
| Constructor and Description |
|---|
BorderImpl(org.apache.poi.ss.usermodel.BorderStyle borderStyle,
ColorKey color) |
| Modifier and Type | Method and Description |
|---|---|
ColorKey |
Styleable.getBackgroundColor()
Gets background color.
|
ColorKey |
Font.getColor()
Gets color.
|
ColorKey |
Border.getColor()
Gets color.
|
ColorKey |
TextBox.getTextColor()
Gets text color.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Styleable.backgroundColor(ColorKey color)
Sets the background color and return the current instance.
|
Font |
Font.color(ColorKey color)
Color font.
|
Border |
Border.color(ColorKey color)
Color border.
|
void |
Styleable.setBackgroundColor(ColorKey backgroundColor)
Sets background color.
|
void |
Font.setColor(ColorKey color)
Sets color.
|
void |
Border.setColor(ColorKey color)
Sets color.
|
void |
TextBox.setTextColor(ColorKey textColor)
Sets text color.
|
TextBox |
TextBox.textColor(ColorKey textColor)
Text color text box.
|
Copyright © 2018. All rights reserved.