| Package | Description |
|---|---|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.style |
| Modifier and Type | Method and Description |
|---|---|
BorderAttribute |
BorderAttributeBuilder.build()
Builds a border style
|
| Modifier and Type | Method and Description |
|---|---|
BordersBuilder |
BordersBuilder.all(BorderAttribute attribute)
Set all borders
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderAll(BorderAttribute borderAttribute)
Add a border style for all the borders of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderBottom(BorderAttribute borderAttribute)
Add a border style for the bottom border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderLeft(BorderAttribute borderAttribute)
Add a border style for the left border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderRight(BorderAttribute borderAttribute)
Add a border style for the left border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderTop(BorderAttribute borderAttribute)
Add a border style for the top border of this cell.
|
BordersBuilder |
BordersBuilder.bottom(BorderAttribute attribute)
Set the bottom border
|
BordersBuilder |
BordersBuilder.left(BorderAttribute attribute)
Set the left border
|
BordersBuilder |
BordersBuilder.right(BorderAttribute attribute)
Set the right border
|
BordersBuilder |
BordersBuilder.top(BorderAttribute attribute)
Set the top border
|
| Constructor and Description |
|---|
BordersBuilder(BorderAttribute all,
BorderAttribute top,
BorderAttribute right,
BorderAttribute bottom,
BorderAttribute left)
Reserved to Borders.toBuilder()
|
Copyright © 2016–2021. All rights reserved.