| Package | Description |
|---|---|
| com.github.jferard.fastods.style |
| Modifier and Type | Method and Description |
|---|---|
static TextStyleBuilder |
TextStyle.builder(String styleName)
TextStyles are hidden by default.
|
TextStyleBuilder |
TextStyleBuilder.fontColor(Color color)
Set the font color to color.
|
TextStyleBuilder |
TextStyleBuilder.fontName(String fontName)
Set the font name to be used for this style.
|
TextStyleBuilder |
TextStyleBuilder.fontSize(Length fontSize)
Set the font size to the given value.
|
TextStyleBuilder |
TextStyleBuilder.fontSizePercentage(double percentage)
Set the font size to the given fontSizePercentage.
|
TextStyleBuilder |
TextStyleBuilder.fontStyleItalic()
Set the font weight to italic.
|
TextStyleBuilder |
TextStyleBuilder.fontStyleNormal()
Set the font weight to italic.
|
TextStyleBuilder |
TextStyleBuilder.fontUnderlineColor(Color color)
Set the font underline color to color.
|
TextStyleBuilder |
TextStyleBuilder.fontUnderlineStyle(TextProperties.Underline style)
Set the style that should be used for the underline.
|
TextStyleBuilder |
TextStyleBuilder.fontWeightBold()
Set the font weight to bold.
|
TextStyleBuilder |
TextStyleBuilder.fontWeightNormal()
Set the font weight to normal.
|
TextStyleBuilder |
TextStyleBuilder.visible()
Set the style visible.
|
Copyright © 2016–2021. All rights reserved.