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.StyleValueBorder. getBottomStyle()Gets the style of bottom cell borderBorder.StyleValueBorder. getDiagonalStyle()Gets the style of the diagonal linesBorder.StyleValueBorder. getLeftStyle()Gets the style of left cell borderBorder.StyleValueBorder. getRightStyle()Gets the style of right cell borderBorder.StyleValueBorder. getTopStyle()Gets the style of top cell borderstatic Border.StyleValueBorder.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 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 
 -