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 interface
SCell
Represent a cell of a sheet in a Spreadsheet.interface
SColumn
A column of a sheet.interface
SColumnArray
It stores first and last column index of a group of column that has same width and cell style.interface
SRow
A 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 class
AbstractCellAdv
class
AbstractColumnArrayAdv
class
AbstractRowAdv
class
CellImpl
class
ColumnArrayImpl
class
RowImpl
-
Uses of CellStyleHolder in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type CellStyleHolder Modifier and Type Method Description void
WholeStyleUtil.StyleApplyer. applyStyle(CellStyleHolder holder)
static void
StyleUtil. setBackColor(SBook book, CellStyleHolder holder, String htmlColor)
static void
StyleUtil. setBorder(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle)
static void
StyleUtil. setBorder(SBook book, CellStyleHolder holder, String htmlColor, SBorder.BorderType lineStyle, short at)
static void
StyleUtil. setBorderBottom(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle)
static void
StyleUtil. setBorderLeft(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle)
static void
StyleUtil. setBorderRight(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle)
static void
StyleUtil. setBorderTop(SBook book, CellStyleHolder holder, String color, SBorder.BorderType linestyle)
static void
StyleUtil. setDataFormat(SBook book, CellStyleHolder holder, String format)
static void
StyleUtil. setFillColor(SBook book, CellStyleHolder holder, String htmlColor)
static void
StyleUtil. setFillOptions(SBook book, CellStyleHolder holder, String bgColor, String fillColor, SFill.FillPattern pattern)
static void
StyleUtil. setFontBoldWeight(SBook book, CellStyleHolder holder, SFont.Boldweight boldWeight)
static void
StyleUtil. setFontColor(SBook book, CellStyleHolder holder, String color)
static void
StyleUtil. setFontHeightPoints(SBook book, CellStyleHolder holder, int fontHeightPoints)
static void
StyleUtil. setFontItalic(SBook book, CellStyleHolder holder, boolean italic)
static void
StyleUtil. setFontName(SBook book, CellStyleHolder holder, String name)
static void
StyleUtil. setFontStrikethrough(SBook book, CellStyleHolder holder, boolean strikeout)
static void
StyleUtil. setFontTypeOffset(SBook book, CellStyleHolder holder, SFont.TypeOffset offset)
static void
StyleUtil. setFontUnderline(SBook book, CellStyleHolder holder, SFont.Underline underline)
static void
StyleUtil. setLocked(SBook book, CellStyleHolder holder, boolean locked)
Apply the locked to a rangestatic void
StyleUtil. setNewCellStyle(CellStyleHolder holder, SCellStyle cellStyle)
static void
StyleUtil. setTextHAlign(SBook book, CellStyleHolder holder, SCellStyle.Alignment align)
static void
StyleUtil. setTextIndention(SBook book, CellStyleHolder holder, int indent)
static void
StyleUtil. setTextIndentionOffset(SBook book, CellStyleHolder holder, int offset)
static void
StyleUtil. setTextRotation(SBook book, CellStyleHolder holder, int rotation)
static void
StyleUtil. setTextVAlign(SBook book, CellStyleHolder holder, SCellStyle.VerticalAlignment valign)
static void
StyleUtil. setTextWrap(SBook book, CellStyleHolder holder, boolean wrap)
-