Uses of Interface
io.keikai.model.STableStyle
Packages that use STableStyle
Package
Description
-
Uses of STableStyle in io.keikai.importer
Methods in io.keikai.importer that return STableStyleModifier and TypeMethodDescriptionprotected STableStyleXlsxImporter.importTableStyle(XlsxExtractor.XlsxTableStyleExtractor tableStyle) -
Uses of STableStyle in io.keikai.model
Methods in io.keikai.model that return STableStyleModifier and TypeMethodDescriptionSBook.getTableStyle(String name) Get table style of the specified name.STableStyleInfo.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 STableStyleMethods in io.keikai.model with parameters of type STableStyleModifier and TypeMethodDescriptionvoidSBook.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 STableStyleModifier and TypeClassDescriptionclassclassclassBuiltin TableStyleNoneMethods in io.keikai.model.impl that return STableStyleModifier and TypeMethodDescriptionBookImpl.getTableStyle(String name) TableStyleInfoImpl.getTableStyle(SBook book) Methods in io.keikai.model.impl that return types with arguments of type STableStyleMethods in io.keikai.model.impl with parameters of type STableStyle -
Uses of STableStyle in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return STableStyleModifier and TypeMethodDescriptionFormatEngineImpl.getExistTableStyle(SBook book, String name) FormatEngineImpl.getTableStyle(SBook book, String name) -
Uses of STableStyle in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format that return STableStyleModifier and TypeMethodDescriptionFormatEngine.getExistTableStyle(SBook book, String name) Returns TableStyle of the specified name of the specified book if exists; or return null if not exists.FormatEngine.getTableStyle(SBook book, 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 STableStyleModifier and TypeFieldDescriptionprotected Map<STableStyle,org.apache.poi.ss.usermodel.TableStyle> AbstractExcelExporter.tbStyleTableMethods in io.keikai.range.impl.imexp with parameters of type STableStyleModifier and TypeMethodDescriptionprotected voidAbstractExcelExporter.addPOITableStyle(STableStyle tableStyle) Add TableStyle as poi TableStyleprotected voidExcelXlsxExporter.addPOITableStyle(STableStyle tbStyle)