Interface OutputCellBuilder.Style
- All Known Subinterfaces:
OutputCellBuilder.StyleAndBuilder
- Enclosing interface:
- OutputCellBuilder
public static interface OutputCellBuilder.Style
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithStyle
(CustomValueStyle style) Configures the style of the cell.
-
Method Details
-
withStyle
Configures the style of the cell.- Parameters:
style
- predefined cell style- Returns:
- a reference to this object
-