| Package | Description |
|---|---|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.style |
| Modifier and Type | Method and Description |
|---|---|
static VerticalAlign |
VerticalAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlign[] |
VerticalAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TableCellStyleBuilder |
TableCellStyleBuilder.verticalAlign(VerticalAlign align)
Set the vertical alignment of text.
|
| Constructor and Description |
|---|
TableCellStyleBuilder(String name,
boolean hidden,
Borders borders,
Margins margins,
DataStyle dataStyle,
Color backgroundColor,
TextProperties textProperties,
CellAlign textAlign,
VerticalAlign verticalAlign,
boolean wrap,
TableCellStyle parentCellStyle,
Angle textRotating)
Reserved to TableCellStyle.toBuilder()
|
Copyright © 2016–2021. All rights reserved.