Package io.keikai.range.impl
Class BorderHelper
- java.lang.Object
-
- io.keikai.range.impl.RangeHelperBase
-
- io.keikai.range.impl.BorderHelper
-
- All Implemented Interfaces:
Serializable
public class BorderHelper extends RangeHelperBase implements Serializable
- Since:
- 3.5.0
- Author:
- Dennis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.keikai.range.impl.RangeHelperBase
range, sheet
-
-
Constructor Summary
Constructors Constructor Description BorderHelper(SRange range)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyBorder(SRange.ApplyBorderType borderType, SBorder.BorderType lineStyle, String borderColor)
-
Methods inherited from class io.keikai.range.impl.RangeHelperBase
getColumn, getFormatEngine, getFormattedText, getFormulaEngine, getLastColumn, getLastRow, getRow, isBlank, isWholeColumn, isWholeRow, isWholeSheet
-
-
-
-
Constructor Detail
-
BorderHelper
public BorderHelper(SRange range)
-
-
Method Detail
-
applyBorder
public void applyBorder(SRange.ApplyBorderType borderType, SBorder.BorderType lineStyle, String borderColor)
-
-