Uses of Interface
io.keikai.model.SBook
Packages that use SBook
Package
Description
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
The exporter that convert Keikai Spreadsheet to HTML.
The exporter that convert Keikai Spreadsheet to PDF.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Defines UI Component class of Keikai Spreadsheet
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
-
Uses of SBook in io.keikai.api.model
Methods in io.keikai.api.model that return SBookModifier and TypeMethodDescriptionBook.getInternalBook()get the internal model object to do advanced operation
Note : operate on internal object will not automatically update Spreadsheet -
Uses of SBook in io.keikai.api.model.impl
Fields in io.keikai.api.model.impl with type parameters of type SBookMethods in io.keikai.api.model.impl that return SBookMethods in io.keikai.api.model.impl that return types with arguments of type SBookConstructors in io.keikai.api.model.impl with parameters of type SBookConstructor parameters in io.keikai.api.model.impl with type arguments of type SBookModifierConstructorDescriptionCellStyleImpl(ModelRef<SBook> book, ModelRef<SCellStyle> style) EditableCellStyleImpl(ModelRef<SBook> book, ModelRef<SCellStyle> style) EditableFontImpl(ModelRef<SBook> book, ModelRef<SFont> font) -
Uses of SBook in io.keikai.model
Methods in io.keikai.model that return SBookModifier and TypeMethodDescriptionSBook.cloneBook()Clones a new book.static SBookSBooks.createBook(String bookName) Create a book with the bookName.ModelEvent.getBook()Get the book by name;SName.getBook()SSheet.getBook()Get the owner bookSTable.getBook()Methods in io.keikai.model that return types with arguments of type SBookMethods in io.keikai.model with parameters of type SBookModifier and TypeMethodDescriptionabstract voidSBookSeriesBuilder.buildBookSeries(SBook... books) static ModelEventModelEvents.createModelEvent(String name, SBook book) static ModelEventModelEvents.createModelEvent(String name, SBook book, SSheet sheet, Map data) static ModelEventModelEvents.createModelEvent(String name, SBook book, Map data) Create a model event.STableStyleInfo.getTableStyle(SBook book) Returns styles used in this TableStyleInfo associated with the specified book.Method parameters in io.keikai.model with type arguments of type SBookModifier and TypeMethodDescriptionabstract voidSBookSeriesBuilder.buildBookSeries(Set<SBook> books) Build a book series that allow external book references can work among specified books -
Uses of SBook in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SBookMethods in io.keikai.model.impl that return SBookMethods in io.keikai.model.impl that return types with arguments of type SBookMethods in io.keikai.model.impl with parameters of type SBookModifier and TypeMethodDescriptionvoidBookSeriesBuilderImpl.buildBookSeries(SBook... books) ColorScaleImpl.cloneColorScale(SBook book) DataBarImpl.cloneDataBar(SBook book) TableStyleInfoImpl.getTableStyle(SBook book) abstract voidAbstractAutoFilterAdv.renameSheet(SBook book, String oldName, String newName) voidAutoFilterImpl.renameSheet(SBook book, String oldName, String newName) Method parameters in io.keikai.model.impl with type arguments of type SBookConstructors in io.keikai.model.impl with parameters of type SBookModifierConstructorDescriptionNamedStyleImpl(String name, boolean custom, int builtinId, SBook book, int index) -
Uses of SBook in io.keikai.model.impl.html
Methods in io.keikai.model.impl.html with parameters of type SBook -
Uses of SBook in io.keikai.model.impl.pdf
Methods in io.keikai.model.impl.pdf with parameters of type SBook -
Uses of SBook in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys with parameters of type SBookModifier and TypeMethodDescriptionFormatEngineImpl.getExistTableStyle(SBook book, String name) FormatEngineImpl.getTableStyle(SBook book, String name) -
Uses of SBook in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type SBookModifier and TypeMethodDescriptionFormulaEngineImpl.cloneSheet(String formula, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.cloneSheetPtgs(FormulaExpression fexpr, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameName(String formula, SBook book, int sheetIndex, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameName(String formula, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameNamePtgs(FormulaExpression fexpr, SBook book, int sheetIndex, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameSheet(String formula, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameSheetPtgs(FormulaExpression fexpr, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameTableNameTablePtgs(FormulaExpression fexpr, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.reorderSheetPtgs(FormulaExpression fexpr, SBook book, int oldIndex, int newIndex, FormulaParseContext context) -
Uses of SBook in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format with parameters of type SBookModifier 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 SBook in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula that return SBookModifier and TypeMethodDescriptionFormulaClearContext.getBook()FormulaEvaluationContext.getBook()FormulaParseContext.getBook()Methods in io.keikai.model.sys.formula with parameters of type SBookModifier and TypeMethodDescriptionFormulaEngine.cloneSheet(String formula, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngine.cloneSheetPtgs(FormulaExpression fexpr, SBook book, String oldName, String newName, FormulaParseContext context) EvaluationContributor.getFunctionMaper(SBook book) Deprecated.since 7.0.0 — typo in name.default KeikaiFunctionMapperEvaluationContributor.getFunctionMapper(SBook book) Returns the function mapper for the given book.EvaluationContributor.getVariableResolver(SBook book) FormulaEngine.renameName(String formula, SBook book, int sheetIndex, String oldName, String newName, FormulaParseContext context) FormulaEngine.renameName(String formula, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngine.renameNamePtgs(FormulaExpression fexpr, SBook book, int sheetIndex, String oldName, String newName, FormulaParseContext context) FormulaEngine.renameSheet(String formula, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngine.renameSheetPtgs(FormulaExpression fexpr, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngine.renameTableNameTablePtgs(FormulaExpression fexpr, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngine.reorderSheetPtgs(FormulaExpression fexpr, SBook book, int oldIndex, int newIndex, FormulaParseContext context) Constructors in io.keikai.model.sys.formula with parameters of type SBookModifierConstructorDescriptionFormulaClearContext(SBook book) FormulaEvaluationContext(SBook book, Ref dependent) FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent, FormulaType formulaType) FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent, Locale locale, FormulaType formulaType) FormulaParseContext(SBook book, Ref dependent) FormulaParseContext(SBook book, Ref dependent, FormulaType formulaType) -
Uses of SBook in io.keikai.range
Methods in io.keikai.range that return SBookModifier and TypeMethodDescriptionSRange.getBook()Returns the associatedSBookof this range.Import book from a fileSImporter.imports(InputStream is, String bookName) Import book from a input streamImport book from a URLMethods in io.keikai.range with parameters of type SBookModifier and TypeMethodDescriptionvoidExport a bookdefault voidSExporter.export(SBook book, File file, ExportOptions options) Export a book to a file applying the givenExportOptions.voidSExporter.export(SBook book, OutputStream fos) Export a bookdefault voidSExporter.export(SBook book, OutputStream fos, ExportOptions options) Export a book applying the givenExportOptions(KEIKAI-832).static SRange -
Uses of SBook in io.keikai.range.impl
Methods in io.keikai.range.impl that return SBookMethods in io.keikai.range.impl with parameters of type SBookModifier and TypeMethodDescriptionstatic SFontStyleUtil.getFontStyle(SBook book, SCellStyle cellStyle, SCellStyle tbCellStyle, SConditionalStyle cdStyle) voidNotifyChangeHelper.notifySheetDelete(SBook book, SSheet deletedSheet, int deletedIndex) 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 booleanStyleUtil.setRichTextFontBoldweight(SBook book, SCell cell, SFont.Boldweight bold) static booleanStyleUtil.setRichTextFontColor(SBook book, SCell cell, String htmlColor) static booleanStyleUtil.setRichTextFontHeightPoints(SBook book, SCell cell, int heightPoints) static booleanStyleUtil.setRichTextFontItalic(SBook book, SCell cell, boolean italic) static booleanStyleUtil.setRichTextFontName(SBook book, SCell cell, String name) static booleanStyleUtil.setRichTextFontStrikeout(SBook book, SCell cell, boolean strike) static booleanStyleUtil.setRichTextFontTypeOffset(SBook book, SCell cell, SFont.TypeOffset offset) static booleanStyleUtil.setRichTextFontUnderline(SBook book, SCell cell, SFont.Underline underline) 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) Constructors in io.keikai.range.impl with parameters of type SBook -
Uses of SBook in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SBookModifier and TypeMethodDescriptionMethods in io.keikai.range.impl.imexp with parameters of type SBook -
Uses of SBook in io.keikai.ui
Methods in io.keikai.ui that return SBookModifier and TypeMethodDescriptionSpreadsheet.getSBook()Returns the book model of this Spreadsheet.Methods in io.keikai.ui with parameters of type SBook -
Uses of SBook in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type SBookModifier and TypeMethodDescriptionComponentEvaluationContributor.getFunctionMaper(SBook book) ComponentEvaluationContributor.getVariableResolver(SBook book) -
Uses of SBook in io.keikaiex.model.sys
Methods in io.keikaiex.model.sys with parameters of type SBookModifier and TypeMethodDescriptionFormatEngineEx.getExistTableStyle(SBook book, String name) FormatEngineEx.getTableStyle(SBook book, String name)