| Package | Description |
|---|---|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.style |
| Modifier and Type | Method and Description |
|---|---|
static CellAlign |
CellAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellAlign[] |
CellAlign.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.textAlign(CellAlign align)
Set the 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.