Uses of Interface
io.keikai.model.CellStyleHolder
Packages that use CellStyleHolder
-
Uses of CellStyleHolder in io.keikai.model
Subinterfaces of CellStyleHolder in io.keikai.modelModifier and TypeInterfaceDescriptioninterfaceRepresent a cell of a sheet in a Spreadsheet.interfaceA column of a sheet.interfaceIt stores first and last column index of a group of column that has same width and cell style.interfaceA row of a sheet. -
Uses of CellStyleHolder in io.keikai.model.impl
Classes in io.keikai.model.impl that implement CellStyleHolderModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of CellStyleHolder in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type CellStyleHolderModifier and TypeMethodDescriptionvoidWholeStyleUtil.StyleApplyer.applyStyle(CellStyleHolder holder) static voidStyleUtil.setBackColor(SBook book, CellStyleHolder holder, String htmlColor) static voidStyleUtil.setBorder(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle) static voidStyleUtil.setBorder(SBook book, CellStyleHolder holder, String htmlColor, SBorder.BorderType lineStyle, short at) static voidStyleUtil.setBorderBottom(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle) static voidStyleUtil.setBorderLeft(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle) static voidStyleUtil.setBorderRight(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle) static voidStyleUtil.setBorderTop(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle) static voidStyleUtil.setDataFormat(SBook book, CellStyleHolder holder, String format) static voidStyleUtil.setFillColor(SBook book, CellStyleHolder holder, String htmlColor) static voidStyleUtil.setFillOptions(SBook book, CellStyleHolder holder, String bgColor, String fillColor, SFill.FillPattern pattern) static voidStyleUtil.setFontBoldWeight(SBook book, CellStyleHolder holder, SFont.Boldweight boldWeight) static voidStyleUtil.setFontColor(SBook book, CellStyleHolder holder, String color) static voidStyleUtil.setFontHeightPoints(SBook book, CellStyleHolder holder, int fontHeightPoints) static voidStyleUtil.setFontItalic(SBook book, CellStyleHolder holder, boolean italic) static voidStyleUtil.setFontName(SBook book, CellStyleHolder holder, String name) static voidStyleUtil.setFontStrikethrough(SBook book, CellStyleHolder holder, boolean strikeout) static voidStyleUtil.setFontTypeOffset(SBook book, CellStyleHolder holder, SFont.TypeOffset offset) static voidStyleUtil.setFontUnderline(SBook book, CellStyleHolder holder, SFont.Underline underline) static voidStyleUtil.setLocked(SBook book, CellStyleHolder holder, boolean locked) Apply the locked to a rangestatic voidStyleUtil.setNewCellStyle(CellStyleHolder holder, SCellStyle cellStyle) static voidStyleUtil.setTextHAlign(SBook book, CellStyleHolder holder, SCellStyle.Alignment align) static voidStyleUtil.setTextIndention(SBook book, CellStyleHolder holder, int indent) static voidStyleUtil.setTextIndentionOffset(SBook book, CellStyleHolder holder, int offset) static voidStyleUtil.setTextRotation(SBook book, CellStyleHolder holder, int rotation) static voidStyleUtil.setTextVAlign(SBook book, CellStyleHolder holder, SCellStyle.VerticalAlignment valign) static voidStyleUtil.setTextWrap(SBook book, CellStyleHolder holder, boolean wrap)