Uses of Interface
io.keikai.api.model.CellStyle.Builder
Packages that use CellStyle.Builder
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
-
Uses of CellStyle.Builder in io.keikai.api
Methods in io.keikai.api that return CellStyle.BuilderModifier and TypeMethodDescriptioncreate a new cell style builder and clone attribute from src if it is not null -
Uses of CellStyle.Builder in io.keikai.api.model
Methods in io.keikai.api.model that return CellStyle.BuilderModifier and TypeMethodDescriptionCellStyle.Builder.alignment(CellStyle.Alignment alignment) Sets horizontal alignment.Sets background color of a fill.CellStyle.Builder.borderBottom(CellStyle.BorderType borderType) Sets bottom border.CellStyle.Builder.borderBottomColor(Color color) Sets bottom border color.CellStyle.Builder.borderLeft(CellStyle.BorderType borderType) Sets left border.CellStyle.Builder.borderLeftColor(Color color) Sets left border color.CellStyle.Builder.borderRight(CellStyle.BorderType borderType) Sets right border.CellStyle.Builder.borderRightColor(Color color) Sets right border color.CellStyle.Builder.borderTop(CellStyle.BorderType borderType) Sets top border.CellStyle.Builder.borderTopColor(Color color) Sets top border color.CellStyle.Builder.dataFormat(String format) Sets the data formatSets foreground color of a fill.CellStyle.Builder.fillPattern(CellStyle.FillPattern pattern) Sets the fill/background pattern.CellStyle.Builder.fontBoldweight(Font.Boldweight boldweight) Sets the font bold style.Sets the font color.CellStyle.Builder.fontHeight(int height) Sets the font heightCellStyle.Builder.fontHeightInPoint(int point) Sets the font height in pointCellStyle.Builder.fontItalic(boolean italic) Sets if the font is italic.Sets the font name.CellStyle.Builder.fontStrikeout(boolean strikeout) Sets if the font is strikeout.CellStyle.Builder.fontUnderline(Font.Underline underline) Sets the font underline style.CellStyle.Builder.hidden(boolean hidden) Sets if the cell formula should be hidden.CellStyle.Builder.locked(boolean locked) Sets if the cell should be locked.CellStyle.Builder.rotation(int degree) Sets if the cell has rotation (KEIKAI-745)CellStyle.Builder.verticalAlignment(CellStyle.VerticalAlignment alignment) Sets vertical alignment.CellStyle.Builder.wrapText(boolean wraptext) Sets wrap text. -
Uses of CellStyle.Builder in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement CellStyle.BuilderMethods in io.keikai.api.model.impl that return CellStyle.BuilderModifier and TypeMethodDescriptionCellStyleBuilderImpl.alignment(CellStyle.Alignment alignment) CellStyleBuilderImpl.borderBottom(CellStyle.BorderType borderType) CellStyleBuilderImpl.borderBottomColor(Color color) CellStyleBuilderImpl.borderLeft(CellStyle.BorderType borderType) CellStyleBuilderImpl.borderLeftColor(Color color) CellStyleBuilderImpl.borderRight(CellStyle.BorderType borderType) CellStyleBuilderImpl.borderRightColor(Color color) CellStyleBuilderImpl.borderTop(CellStyle.BorderType borderType) CellStyleBuilderImpl.borderTopColor(Color color) CellStyleBuilderImpl.dataFormat(String format) CellStyleBuilderImpl.fillPattern(CellStyle.FillPattern pattern) CellStyleBuilderImpl.fontBoldweight(Font.Boldweight boldweight) CellStyleBuilderImpl.fontHeight(int height) CellStyleBuilderImpl.fontHeightInPoint(int point) CellStyleBuilderImpl.fontItalic(boolean italic) CellStyleBuilderImpl.fontStrikeout(boolean strikeout) CellStyleBuilderImpl.fontUnderline(Font.Underline underline) CellStyleBuilderImpl.hidden(boolean hidden) CellStyleBuilderImpl.locked(boolean locked) CellStyleBuilderImpl.rotation(int degree) CellStyleBuilderImpl.verticalAlignment(CellStyle.VerticalAlignment alignment) CellStyleBuilderImpl.wrapText(boolean wrapText)