Uses of Interface
io.keikai.api.CellOperationUtil.CellStyleApplier
Packages that use CellOperationUtil.CellStyleApplier
Package
Description
Keikai Spreadsheet API classes.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
-
Uses of CellOperationUtil.CellStyleApplier in io.keikai.api
Subinterfaces of CellOperationUtil.CellStyleApplier in io.keikai.apiModifier and TypeInterfaceDescriptionstatic interfaceInterface for help apply whole row,column styleMethods in io.keikai.api that return CellOperationUtil.CellStyleApplierModifier and TypeMethodDescriptionCellOperationUtil.getAligmentApplier(CellStyle.Alignment alignment) CellOperationUtil.getBackColorApplier(Color color) CellOperationUtil.getDataFormatApplier(String format) CellOperationUtil.getFillColorApplier(Color color) CellOperationUtil.getFontBoldweightApplier(Font.Boldweight boldweight) CellOperationUtil.getFontColorApplier(Color color) CellOperationUtil.getFontHeightPointsApplier(int fontHeightPoints) CellOperationUtil.getFontItalicApplier(boolean italic) CellOperationUtil.getFontNameApplier(String fontName) CellOperationUtil.getFontStrikeoutApplier(boolean strikeout) CellOperationUtil.getFontTypeOffsetApplier(Font.TypeOffset offset) CellOperationUtil.getFontUnderlineApplier(Font.Underline underline) CellOperationUtil.getIndentionApplier(int offset) CellOperationUtil.getRichTextFontBoldweightApplier(Font.Boldweight boldweight) CellOperationUtil.getRichTextFontColorApplier(Color color) CellOperationUtil.getRichTextFontHeightPointsApplier(int heightPoints) CellOperationUtil.getRichTextFontItalicApplier(boolean italic) CellOperationUtil.getRichTextFontNameApplier(String fontName) CellOperationUtil.getRichTextFontStrikeoutApplier(boolean strikeout) CellOperationUtil.getRichTextFontTypeOffsetApplier(Font.TypeOffset offset) CellOperationUtil.getRichTextFontUnderlineApplier(Font.Underline underline) CellOperationUtil.getRotationApplier(short rotation) CellOperationUtil.getVerticalAligmentApplier(CellStyle.VerticalAlignment alignment) CellOperationUtil.getWrapTextApplier(boolean wraptext) Methods in io.keikai.api with parameters of type CellOperationUtil.CellStyleApplierModifier and TypeMethodDescriptionstatic voidCellOperationUtil.applyCellStyle(Range range, CellOperationUtil.CellStyleApplier applyer) Apply style according to the cell style applier -
Uses of CellOperationUtil.CellStyleApplier in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type CellOperationUtil.CellStyleApplierModifier and TypeMethodDescriptionstatic voidActionHelper.collectRichTextStyleActions(Range range, CellOperationUtil.CellStyleApplier applier, List<UndoableAction> actions) Scan the given range and collect rich text cells actions which will be applied with the applier. -
Uses of CellOperationUtil.CellStyleApplier in io.keikai.ui.impl.undo
Constructors in io.keikai.ui.impl.undo with parameters of type CellOperationUtil.CellStyleApplierModifierConstructorDescriptionCellRichTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, CellOperationUtil.CellStyleApplier applier) CellStyleAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, CellOperationUtil.CellStyleApplier styleApplier) FontStyleAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, CellOperationUtil.CellStyleApplier styleApplier)