Uses of Interface
io.keikai.model.SBook
Packages that use SBook
Package
Description
-
Uses of SBook in io.keikai.importer
Fields in io.keikai.importer declared as SBookMethods in io.keikai.importer that return SBookMethods in io.keikai.importer with parameters of type SBookModifier and TypeMethodDescriptionprotected voidXlsxImporter.importWorkbookProtection(XlsxExtractor.XlsxWorkbookExtractor xBook, SBook book) protected voidXlsxImporter.setBookType(SBook book) -
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 bookNameModelEvent.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 SBookModifier and TypeMethodDescriptionBookImpl.cloneBook()SheetImpl.getBook()TableImpl.DummyTable.getBook()TableImpl.getBook()Methods 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.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 that return SBookMethods in io.keikai.model.impl.sys.formula with parameters of type SBookModifier and TypeMethodDescriptionvoidFormulaEngineImpl.clearIterationValue(SBook book, SSheet sheet, SCell cell) FormulaEngineImpl.cloneSheet(String formula, SBook targetBook, String oldSheetName, String newSheetName, FormulaParseContext context) FormulaEngineImpl.cloneSheetPtgs(FormulaExpression fe, SBook targetBook, String oldSheetName, String newSheetName, FormulaParseContext context) protected FormulaEngineImpl.FormulaAdjusterFormulaEngineImpl.getCloneSheetAdjuster(SBook targetBook, String oldSheetName, String newSheetName) protected FormulaEngineImpl.FormulaAdjusterFormulaEngineImpl.getRenameSheetAdjuster(SBook targetBook, String oldSheetName, String newSheetName) protected FormulaEngineImpl.FormulaAdjusterFormulaEngineImpl.getReorderSheetAdjuster(SBook targetBook, int oldIndex, int newIndex) FormulaEngineImpl.renameName(String formula, SBook targetBook, int sheetIndex, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameName(String formula, SBook targetBook, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameNamePtgs(FormulaExpression fe, SBook targetBook, int sheetIndex, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.renameSheet(String formula, SBook targetBook, String oldSheetName, String newSheetName, FormulaParseContext context) FormulaEngineImpl.renameSheetPtgs(FormulaExpression fe, SBook targetBook, String oldSheetName, String newSheetName, FormulaParseContext context) FormulaEngineImpl.renameTableNameTablePtgs(FormulaExpression fexpr, SBook book, String oldName, String newName, FormulaParseContext context) FormulaEngineImpl.reorderSheetPtgs(FormulaExpression fexpr, SBook targetBook, int oldIndex, int newIndex, FormulaParseContext context) Constructors in io.keikai.model.impl.sys.formula with parameters of type SBook -
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) org.zkoss.xel.FunctionMapperEvaluationContributor.getFunctionMaper(SBook book) org.zkoss.xel.VariableResolverEvaluationContributor.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 SBook -
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
Fields in io.keikai.range.impl.imexp declared as SBookModifier and TypeFieldDescriptionprotected SBookAbstractExcelImporter.booktarget book modelprotected SBookAbstractExcelExporter.sbookMethods in io.keikai.range.impl.imexp that return SBookModifier and TypeMethodDescriptionAbstractExcelImporter.imports(InputStream is, String bookName) Import the model according to reversed dependency order among model objects: book, sheet, defined name, cells, chart, pictures, validation.ExcelImportAdapter.imports(InputStream is, String bookName) Methods in io.keikai.range.impl.imexp with parameters of type SBookModifier and TypeMethodDescriptionvoidAbstractExcelExporter.export(SBook book, OutputStream fos) Export the model according to reversed depended order: book, sheet, defined name, cells, chart, pictures, validation.voidprotected voidAbstractExcelExporter.exportNamedRange(SBook book) protected voidAbstractExcelExporter.exportPictureData(SBook book) static StringAbstractExcelImporter.getBookType(SBook book) Gets the book-type information ("xls" or "xlsx"), return null if not foundprotected abstract voidAbstractExcelImporter.setBookType(SBook book) protected voidExcelXlsImporter.setBookType(SBook book)