Uses of Class
ch.rabanti.picoxlsx4j.style.Border.StyleValue
-
Packages that use Border.StyleValue Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of Border.StyleValue in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return Border.StyleValue Modifier and Type Method Description Border.StyleValue
Border. getBottomStyle()
Gets the style of bottom cell borderBorder.StyleValue
Border. getDiagonalStyle()
Gets the style of the diagonal linesBorder.StyleValue
Border. getLeftStyle()
Gets the style of left cell borderBorder.StyleValue
Border. getRightStyle()
Gets the style of right cell borderBorder.StyleValue
Border. getTopStyle()
Gets the style of top cell borderstatic Border.StyleValue
Border.StyleValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static Border.StyleValue[]
Border.StyleValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.rabanti.picoxlsx4j.style with parameters of type Border.StyleValue Modifier and Type Method Description static String
Border. getStyleName(Border.StyleValue style)
Gets the border style name from the enumvoid
Border. setBottomStyle(Border.StyleValue bottomStyle)
Sets the style of bottom cell bordervoid
Border. setDiagonalStyle(Border.StyleValue diagonalStyle)
Sets the style of the diagonal linesvoid
Border. setLeftStyle(Border.StyleValue leftStyle)
Sets the style of left cell bordervoid
Border. setRightStyle(Border.StyleValue rightStyle)
Sets the style of right cell bordervoid
Border. setTopStyle(Border.StyleValue topStyle)
Sets the style of top cell border
-