Uses of Interface
io.keikai.model.SCellStyleBuilder
Packages that use SCellStyleBuilder
-
Uses of SCellStyleBuilder in io.keikai.model
Methods in io.keikai.model that return SCellStyleBuilderModifier and TypeMethodDescriptionSBook.addCellStyle()Create a cell style builder with default font and store inside this book after built, then you can useSBook.getOrAddCellStyle(SCellStyle)to find and reuse this style.SBook.addCellStyle(SCellStyle src) Create a cell style builder and copy the style from the src style, store inside this book after built, then you can useSBook.getOrAddCellStyle(SCellStyle)to find and reuse this style.SCellStyleBuilder.alignment(SCellStyle.Alignment alignment) SCellStyleBuilder.borderBottom(SBorder.BorderType borderBottom) SCellStyleBuilder.borderBottomColor(String color) SCellStyleBuilder.borderLeft(SBorder.BorderType borderLeft) SCellStyleBuilder.borderLeftColor(String color) SCellStyleBuilder.borderRight(SBorder.BorderType borderRight) SCellStyleBuilder.borderRightColor(String color) SCellStyleBuilder.borderTop(SBorder.BorderType borderTop) SCellStyleBuilder.borderTopColor(String color) SBook.createCellStyle()Create a cell style builder with default fontSBook.createCellStyle(SCellStyle src) Create a cell style builder and copy the style from the src style, store inside this book after built,SCellStyleBuilder.dataFormat(String dataFormat) SCellStyleBuilder.directFormat(boolean directFormat) SCellStyleBuilder.fillPattern(SFill.FillPattern fillPattern) SCellStyleBuilder.hidden(boolean hidden) SCellStyleBuilder.indention(int indention) SCellStyleBuilder.locked(boolean locked) SCellStyleBuilder.rotation(int rotation) SCellStyleBuilder.verticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) SCellStyleBuilder.wrapText(boolean wrapText) -
Uses of SCellStyleBuilder in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SCellStyleBuilderMethods in io.keikai.model.impl that return SCellStyleBuilderModifier and TypeMethodDescriptionBookImpl.addCellStyle()BookImpl.addCellStyle(SCellStyle src) CellStyleBuilderImpl.alignment(SCellStyle.Alignment alignment) CellStyleBuilderImpl.borderBottom(SBorder.BorderType borderBottom) CellStyleBuilderImpl.borderBottomColor(String color) CellStyleBuilderImpl.borderLeft(SBorder.BorderType borderLeft) CellStyleBuilderImpl.borderLeftColor(String color) CellStyleBuilderImpl.borderRight(SBorder.BorderType borderRight) CellStyleBuilderImpl.borderRightColor(String color) CellStyleBuilderImpl.borderTop(SBorder.BorderType borderTop) CellStyleBuilderImpl.borderTopColor(String color) BookImpl.createCellStyle()BookImpl.createCellStyle(SCellStyle src) CellStyleBuilderImpl.dataFormat(String dataFormat) CellStyleBuilderImpl.directFormat(boolean directFormat) CellStyleBuilderImpl.fillPattern(SFill.FillPattern fillPattern) CellStyleBuilderImpl.hidden(boolean hidden) CellStyleBuilderImpl.indention(int indention) CellStyleBuilderImpl.locked(boolean locked) CellStyleBuilderImpl.rotation(int rotation) CellStyleBuilderImpl.verticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) CellStyleBuilderImpl.wrapText(boolean wrapText)