Package io.keikai.model.impl
Class CellStyleBuilderImpl
java.lang.Object
io.keikai.model.impl.CellStyleBuilderImpl
- All Implemented Interfaces:
SCellStyleBuilder,StyleBuilder<SCellStyle>
-
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) build()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)
-
Method Details
-
font
- Specified by:
fontin interfaceSCellStyleBuilder
-
backColor
- Specified by:
backColorin interfaceSCellStyleBuilder
-
fillColor
- Specified by:
fillColorin interfaceSCellStyleBuilder
-
fillPattern
- Specified by:
fillPatternin interfaceSCellStyleBuilder
-
borderLeft
- Specified by:
borderLeftin interfaceSCellStyleBuilder
-
borderLeftColor
- Specified by:
borderLeftColorin interfaceSCellStyleBuilder
-
borderTop
- Specified by:
borderTopin interfaceSCellStyleBuilder
-
borderTopColor
- Specified by:
borderTopColorin interfaceSCellStyleBuilder
-
borderRight
- Specified by:
borderRightin interfaceSCellStyleBuilder
-
borderRightColor
- Specified by:
borderRightColorin interfaceSCellStyleBuilder
-
borderBottom
- Specified by:
borderBottomin interfaceSCellStyleBuilder
-
borderBottomColor
- Specified by:
borderBottomColorin interfaceSCellStyleBuilder
-
alignment
- Specified by:
alignmentin interfaceSCellStyleBuilder
-
verticalAlignment
- Specified by:
verticalAlignmentin interfaceSCellStyleBuilder
-
wrapText
- Specified by:
wrapTextin interfaceSCellStyleBuilder
-
dataFormat
- Specified by:
dataFormatin interfaceSCellStyleBuilder
-
directFormat
- Specified by:
directFormatin interfaceSCellStyleBuilder
-
locked
- Specified by:
lockedin interfaceSCellStyleBuilder
-
rotation
- Specified by:
rotationin interfaceSCellStyleBuilder
-
indention
- Specified by:
indentionin interfaceSCellStyleBuilder
-
build
- Specified by:
buildin interfaceStyleBuilder<SCellStyle>
-