public static class TableCellProperties.Builder extends Object
Constructor and Description |
---|
Builder()
Creates a new builder
|
Modifier and Type | Method and Description |
---|---|
TableCellProperties.Builder |
border(Border value)
Sets the border
|
TableCellProperties |
build()
Creates a new table cell properties using the current
state of this builder.
|
TableCellProperties.Builder |
colSpan(int value)
Sets the column span
|
TableCellProperties.Builder |
padding(BlockSpacing value)
Sets the padding
|
TableCellProperties.Builder |
rowSpan(int value)
Sets the row span
|
TableCellProperties.Builder |
textBlockProperties(TextBlockProperties value)
Gets the text block properties builder
|
public TableCellProperties.Builder rowSpan(int value)
value
- the valuepublic TableCellProperties.Builder colSpan(int value)
value
- the valuepublic TableCellProperties.Builder padding(BlockSpacing value)
value
- the paddingpublic TableCellProperties.Builder textBlockProperties(TextBlockProperties value)
value
- the text block propertiespublic TableCellProperties.Builder border(Border value)
value
- the borderpublic TableCellProperties build()