Uses of Interface
io.keikai.model.STableStyle
-
Packages that use STableStyle Package Description io.keikai.importer io.keikai.model io.keikai.model.impl io.keikai.model.impl.sys io.keikai.model.sys.format io.keikai.range.impl.imexp -
-
Uses of STableStyle in io.keikai.importer
Methods in io.keikai.importer that return STableStyle Modifier and Type Method Description protected STableStyleXlsxImporter. importTableStyle(XlsxExtractor.XlsxTableStyleExtractor tableStyle) -
Uses of STableStyle in io.keikai.model
Methods in io.keikai.model that return STableStyle Modifier and Type Method Description STableStyleSBook. getTableStyle(java.lang.String name)Get table style of the specified name.STableStyleSTableStyleInfo. getTableStyle(SBook book)Returns styles used in this TableStyleInfo associated with the specified book.Methods in io.keikai.model that return types with arguments of type STableStyle Modifier and Type Method Description java.util.List<STableStyle>SBook. getTableStyles()Returns table styles of this book.Methods in io.keikai.model with parameters of type STableStyle Modifier and Type Method Description voidSBook. addTableStyle(STableStyle tableStyle)Add table style into this book. -
Uses of STableStyle in io.keikai.model.impl
Classes in io.keikai.model.impl that implement STableStyle Modifier and Type Class Description classAbstractTableStyleAdvclassTableStyleImplclassTableStyleNoneBuiltin TableStyleNoneMethods in io.keikai.model.impl that return STableStyle Modifier and Type Method Description STableStyleBookImpl. getTableStyle(java.lang.String name)STableStyleTableStyleInfoImpl. getTableStyle(SBook book)Methods in io.keikai.model.impl that return types with arguments of type STableStyle Modifier and Type Method Description java.util.List<STableStyle>BookImpl. getTableStyles()Methods in io.keikai.model.impl with parameters of type STableStyle Modifier and Type Method Description voidBookImpl. addTableStyle(STableStyle tableStyle) -
Uses of STableStyle in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return STableStyle Modifier and Type Method Description STableStyleFormatEngineImpl. getExistTableStyle(SBook book, java.lang.String name)STableStyleFormatEngineImpl. getTableStyle(SBook book, java.lang.String name) -
Uses of STableStyle in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format that return STableStyle Modifier and Type Method Description STableStyleFormatEngine. getExistTableStyle(SBook book, java.lang.String name)Returns TableStyle of the specified name of the specified book if exists; or return null if not exists.STableStyleFormatEngine. getTableStyle(SBook book, java.lang.String name)Returns TableStyle of the specified name of the specified book. -
Uses of STableStyle in io.keikai.range.impl.imexp
Fields in io.keikai.range.impl.imexp with type parameters of type STableStyle Modifier and Type Field Description protected java.util.Map<STableStyle,org.apache.poi.ss.usermodel.TableStyle>AbstractExcelExporter. tbStyleTableMethods in io.keikai.range.impl.imexp with parameters of type STableStyle Modifier and Type Method Description protected voidAbstractExcelExporter. addPOITableStyle(STableStyle tableStyle)Add TableStyle as poi TableStyleprotected voidExcelXlsxExporter. addPOITableStyle(STableStyle tbStyle)
-