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