Package io.keikai.model
Interface SCellStyleBuilder
- All Superinterfaces:
StyleBuilder<SCellStyle>
- All Known Implementing Classes:
CellStyleBuilderImpl
-
Method Summary
Modifier and TypeMethodDescriptionalignment(SCellStyle.Alignment alignment) borderBottom(SBorder.BorderType borderBottom) borderBottomColor(String color) borderLeft(SBorder.BorderType borderLeft) borderLeftColor(String color) borderRight(SBorder.BorderType borderRight) borderRightColor(String color) borderTop(SBorder.BorderType borderTop) borderTopColor(String color) dataFormat(String dataFormat) directFormat(boolean directFormat) fillPattern(SFill.FillPattern fillPattern) hidden(boolean hidden) indention(int indention) locked(boolean locked) rotation(int rotation) verticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) wrapText(boolean wrapText) Methods inherited from interface io.keikai.model.StyleBuilder
build
-
Method Details
-
font
-
backColor
-
fillColor
-
fillPattern
-
borderLeft
-
borderLeftColor
-
borderTop
-
borderTopColor
-
borderRight
-
borderRightColor
-
borderBottom
-
borderBottomColor
-
alignment
-
verticalAlignment
-
wrapText
-
dataFormat
-
directFormat
-
locked
-
rotation
-
indention
-