| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core.decoration | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Method and Description |
|---|---|
Font.Underline |
FontImpl.getUnderline() |
| Modifier and Type | Method and Description |
|---|---|
void |
FontImpl.setUnderline(Font.Underline underline) |
Font |
FontImpl.underline(Font.Underline underline) |
| Modifier and Type | Method and Description |
|---|---|
Font.Underline |
Font.getUnderline()
Gets underline.
|
static Font.Underline |
Font.Underline.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Font.Underline[] |
Font.Underline.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Font.setUnderline(Font.Underline underline)
Sets underline.
|
Font |
Font.underline(Font.Underline underline)
Underline font.
|
Copyright © 2018. All rights reserved.