Uses of Interface
io.keikai.model.CellStyleHolder
-
Packages that use CellStyleHolder Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of CellStyleHolder in io.keikai.model
Subinterfaces of CellStyleHolder in io.keikai.model Modifier and Type Interface Description interfaceSCellRepresent a cell of a sheet in a Spreadsheet.interfaceSColumnA column of a sheet.interfaceSColumnArrayIt stores first and last column index of a group of column that has same width and cell style.interfaceSRowA row of a sheet. -
Uses of CellStyleHolder in io.keikai.model.impl
Classes in io.keikai.model.impl that implement CellStyleHolder Modifier and Type Class Description classAbstractCellAdvclassAbstractColumnArrayAdvclassAbstractRowAdvclassCellImplclassColumnArrayImplclassRowImpl -
Uses of CellStyleHolder in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type CellStyleHolder Modifier and Type Method Description voidWholeStyleUtil.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)
-