Uses of Enum Class
io.keikai.range.SRange.ApplyBorderType
Packages that use SRange.ApplyBorderType
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of SRange.ApplyBorderType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SRange.ApplyBorderTypeModifier and TypeMethodDescriptionstatic SRange.ApplyBorderTypeEnumUtil.toRangeApplyBorderType(Range.ApplyBorderType type) -
Uses of SRange.ApplyBorderType in io.keikai.range
Methods in io.keikai.range that return SRange.ApplyBorderTypeModifier and TypeMethodDescriptionstatic SRange.ApplyBorderTypeReturns the enum constant of this class with the specified name.static SRange.ApplyBorderType[]SRange.ApplyBorderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.range with parameters of type SRange.ApplyBorderTypeModifier and TypeMethodDescriptionvoidSRange.setBorders(SRange.ApplyBorderType borderIndex, SBorder.BorderType lineStyle, String color) Adds/Remove border of all cells within this range upon the specified border type. -
Uses of SRange.ApplyBorderType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.ApplyBorderTypeModifier and TypeMethodDescriptionvoidBorderHelper.applyBorder(SRange.ApplyBorderType borderType, SBorder.BorderType lineStyle, String borderColor) voidRangeImpl.setBorders(SRange.ApplyBorderType borderType, SBorder.BorderType lineStyle, String color)