Uses of Interface
io.keikai.model.STableStyleElem
Packages that use STableStyleElem
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of STableStyleElem in io.keikai.model
Methods in io.keikai.model that return STableStyleElemModifier and TypeMethodDescriptionSTableStyle.getColStripe1Style()STableStyle.getColStripe2Style()STableStyle.getFirstColumnStyle()STableStyle.getFirstHeaderCellStyle()STableStyle.getFirstTotalCellStyle()STableStyle.getHeaderRowStyle()STableStyle.getLastColumnStyle()STableStyle.getLastHeaderCellStyle()STableStyle.getLastTotalCellStyle()STableStyle.getRowStripe1Style()STableStyle.getRowStripe2Style()STableStyle.getTotalRowStyle()STableStyle.getWholeTableStyle() -
Uses of STableStyleElem in io.keikai.model.impl
Classes in io.keikai.model.impl that implement STableStyleElemMethods in io.keikai.model.impl that return STableStyleElemModifier and TypeMethodDescriptionTableStyleImpl.getColStripe1Style()TableStyleImpl.getColStripe2Style()TableStyleImpl.getFirstColumnStyle()TableStyleImpl.getFirstHeaderCellStyle()TableStyleImpl.getFirstTotalCellStyle()TableStyleImpl.getHeaderRowStyle()TableStyleImpl.getLastColumnStyle()TableStyleImpl.getLastHeaderCellStyle()TableStyleImpl.getLastTotalCellStyle()TableStyleImpl.getRowStripe1Style()TableStyleImpl.getRowStripe2Style()TableStyleImpl.getTotalRowStyle()TableStyleImpl.getWholeTableStyle()Constructors in io.keikai.model.impl with parameters of type STableStyleElemModifierConstructorDescriptionTableStyleImpl(String name, STableStyleElem wholeTable, STableStyleElem colStripe1, int colStripe1Size, STableStyleElem colStripe2, int colStripe2Size, STableStyleElem rowStripe1, int rowStripe1Size, STableStyleElem rowStripe2, int rowStripe2Size, STableStyleElem lastCol, STableStyleElem firstCol, STableStyleElem headerRow, STableStyleElem totalRow, STableStyleElem firstHeaderCell, STableStyleElem lastHeaderCell, STableStyleElem firstTotalCell, STableStyleElem lastTotalCell)