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.StyleValue
Border.DEFAULT_BORDER_STYLE
Default 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.StyleValue
Returns 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 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