| Package | Description |
|---|---|
| com.github.jferard.fastods.style |
| Modifier and Type | Method and Description |
|---|---|
static TextProperties.Underline |
TextProperties.Underline.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextProperties.Underline[] |
TextProperties.Underline.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TextPropertiesBuilder |
TextPropertiesBuilder.fontUnderlineStyle(TextProperties.Underline style)
Set the style that should be used for the underline.
|
TableCellStyleBuilder |
TableCellStyleBuilder.fontUnderlineStyle(TextProperties.Underline style)
Set the style that should be used for the underline.
|
TextStyleBuilder |
TextStyleBuilder.fontUnderlineStyle(TextProperties.Underline style)
Set the style that should be used for the underline.
|
Copyright © 2016–2021. All rights reserved.