| Package | Description |
|---|---|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.style |
| Modifier and Type | Field and Description |
|---|---|
static BorderStyle |
BorderAttribute.DEFAULT_STYLE
The default style
|
| Modifier and Type | Method and Description |
|---|---|
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BorderAttributeBuilder |
BorderAttributeBuilder.borderStyle(BorderStyle style)
Sets the current border NamedObject.
|
| Constructor and Description |
|---|
BorderAttribute(Length size,
Color color,
BorderStyle style)
size is a length value
|
| Modifier and Type | Method and Description |
|---|---|
BordersBuilder |
BordersBuilder.all(Length size,
Color color,
BorderStyle style)
Set all borders
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderAll(Length size,
Color borderColor,
BorderStyle style)
Add a border style for all the borders of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderBottom(Length size,
Color borderColor,
BorderStyle style)
Add a border style for the bottom border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderLeft(Length size,
Color borderColor,
BorderStyle style)
Add a border style for the left border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderRight(Length size,
Color borderColor,
BorderStyle style)
Add a border style for the right border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderTop(Length size,
Color borderColor,
BorderStyle style)
Add a border style for the top border of this cell.
|
BordersBuilder |
BordersBuilder.bottom(Length size,
Color color,
BorderStyle style)
Set the bottom border
|
BordersBuilder |
BordersBuilder.left(Length size,
Color color,
BorderStyle style)
Set the left border
|
BordersBuilder |
BordersBuilder.right(Length size,
Color color,
BorderStyle style)
Set the right border
|
BordersBuilder |
BordersBuilder.top(Length size,
Color color,
BorderStyle style)
Set the top border
|
Copyright © 2016–2021. All rights reserved.