Uses of Enum Class
io.keikai.api.Range.ApplyBorderType
Packages that use Range.ApplyBorderType
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API implementation classes, Internal use only
Classes that doing system user action control on Keikai Spreadsheet UI Components.
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
-
Uses of Range.ApplyBorderType in io.keikai.api
Methods in io.keikai.api that return Range.ApplyBorderTypeModifier and TypeMethodDescriptionstatic Range.ApplyBorderTypeReturns the enum constant of this class with the specified name.static Range.ApplyBorderType[]Range.ApplyBorderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.api with parameters of type Range.ApplyBorderTypeModifier and TypeMethodDescriptionstatic voidCellOperationUtil.applyBorder(Range range, Range.ApplyBorderType applyType, CellStyle.BorderType borderType, String htmlColor) Apply border to cells in the rangevoidRange.applyBorders(Range.ApplyBorderType applyType, CellStyle.BorderType borderType, String htmlColor) apply borders -
Uses of Range.ApplyBorderType in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.ApplyBorderTypeModifier and TypeMethodDescriptionvoidRangeImpl.applyBorders(Range.ApplyBorderType type, CellStyle.BorderType borderType, String htmlColor) -
Uses of Range.ApplyBorderType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Range.ApplyBorderTypeModifier and TypeMethodDescriptionstatic SRange.ApplyBorderTypeEnumUtil.toRangeApplyBorderType(Range.ApplyBorderType type) -
Uses of Range.ApplyBorderType in io.keikai.ui.impl.ua
Constructors in io.keikai.ui.impl.ua with parameters of type Range.ApplyBorderTypeModifierConstructorDescriptionApplyBorderHandler(Range.ApplyBorderType applyType, CellStyle.BorderType borderType) -
Uses of Range.ApplyBorderType in io.keikai.ui.impl.undo
Constructors in io.keikai.ui.impl.undo with parameters of type Range.ApplyBorderTypeModifierConstructorDescriptionCellBorderAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, Range.ApplyBorderType applyType, CellStyle.BorderType borderType, String htmlColor)