Uses of Enum Class
ch.rabanti.nanoxlsx4j.styles.Border.StyleValue
Packages that use Border.StyleValue
- 
Uses of Border.StyleValue in ch.rabanti.nanoxlsx4j.styles
Fields in ch.rabanti.nanoxlsx4j.styles declared as Border.StyleValueModifier and TypeFieldDescriptionstatic final Border.StyleValueBorder.DEFAULT_BORDER_STYLEDefault border style as constantMethods in ch.rabanti.nanoxlsx4j.styles that return Border.StyleValueModifier and TypeMethodDescriptionBorder.getBottomStyle()Gets the style of bottom cell borderBorder.getDiagonalStyle()Gets the style of the diagonal linesBorder.getLeftStyle()Gets the style of left cell borderBorder.getRightStyle()Gets the style of right cell borderBorder.getTopStyle()Gets the style of top cell borderstatic Border.StyleValueReturns the enum constant of this class with the specified name.static Border.StyleValue[]Border.StyleValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j.styles with parameters of type Border.StyleValueModifier and TypeMethodDescriptionstatic StringBorder.getStyleName(Border.StyleValue style) Gets the border style name from the enumvoidBorder.setBottomStyle(Border.StyleValue bottomStyle) Sets the style of bottom cell bordervoidBorder.setDiagonalStyle(Border.StyleValue diagonalStyle) Sets the style of the diagonal linesvoidBorder.setLeftStyle(Border.StyleValue leftStyle) Sets the style of left cell bordervoidBorder.setRightStyle(Border.StyleValue rightStyle) Sets the style of right cell bordervoidBorder.setTopStyle(Border.StyleValue topStyle) Sets the style of top cell border