Uses of Class
io.keikai.range.SRange.ApplyBorderType
-
Packages that use SRange.ApplyBorderType Package Description io.keikai.range io.keikai.range.impl -
-
Uses of SRange.ApplyBorderType in io.keikai.range
Methods in io.keikai.range that return SRange.ApplyBorderType Modifier and Type Method Description static SRange.ApplyBorderTypeSRange.ApplyBorderType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SRange.ApplyBorderType[]SRange.ApplyBorderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.range with parameters of type SRange.ApplyBorderType Modifier and Type Method Description voidSRange. setBorders(SRange.ApplyBorderType borderIndex, SBorder.BorderType lineStyle, java.lang.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.ApplyBorderType Modifier and Type Method Description voidBorderHelper. applyBorder(SRange.ApplyBorderType borderType, SBorder.BorderType lineStyle, java.lang.String borderColor)voidRangeImpl. setBorders(SRange.ApplyBorderType borderType, SBorder.BorderType lineStyle, java.lang.String color)
-