Uses of Class
ch.rabanti.picoxlsx4j.style.Fill.FillType
-
Packages that use Fill.FillType Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of Fill.FillType in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return Fill.FillType Modifier and Type Method Description static Fill.FillType
Fill.FillType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Fill.FillType[]
Fill.FillType. 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 Fill.FillType Modifier and Type Method Description void
Fill. setColor(String value, Fill.FillType fillType)
Sets the color and the depending fill typeConstructors in ch.rabanti.picoxlsx4j.style with parameters of type Fill.FillType Constructor Description Fill(String value, Fill.FillType fillType)
Constructor with color value and fill type
-