Uses of Class
ch.rabanti.picoxlsx4j.style.Border
-
Packages that use Border Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of Border in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return Border Modifier and Type Method Description Border
Border. copy()
Method to copy the current object to a new oneBorder
Style. getBorder()
Gets the border component of the styleBorder
StyleManager. getBorderByHash(int hash)
Gets a border by its hashBorder[]
StyleManager. getBorders()
Gets all borders of the style managerMethods in ch.rabanti.picoxlsx4j.style with parameters of type Border Modifier and Type Method Description void
Style. setBorder(Border borderRef)
Sets the border component of the style
-