Uses of Class
ch.rabanti.picoxlsx4j.style.Fill
-
Packages that use Fill Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of Fill in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return Fill Modifier and Type Method Description Fill
Fill. copy()
Method to copy the current object to a new oneFill
Style. getFill()
Gets the fill component of the styleFill
StyleManager. getFillByHash(int hash)
Gets a font by its hashFill[]
StyleManager. getFills()
Gets all fills of the style managerMethods in ch.rabanti.picoxlsx4j.style with parameters of type Fill Modifier and Type Method Description void
Style. setFill(Fill fillRef)
Sets the fill component of the style
-