Uses of Class
ch.rabanti.picoxlsx4j.style.Fill.PatternValue
-
Packages that use Fill.PatternValue Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of Fill.PatternValue in ch.rabanti.picoxlsx4j.style
Fields in ch.rabanti.picoxlsx4j.style declared as Fill.PatternValue Modifier and Type Field Description Fill.PatternValue
Fill. patternFill
Methods in ch.rabanti.picoxlsx4j.style that return Fill.PatternValue Modifier and Type Method Description Fill.PatternValue
Fill. getPatternFill()
Gets the pattern type of the fill (Default is none)static Fill.PatternValue
Fill.PatternValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static Fill.PatternValue[]
Fill.PatternValue. 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.PatternValue Modifier and Type Method Description static String
Fill. getPatternName(Fill.PatternValue pattern)
Gets the pattern name from the enumvoid
Fill. setPatternFill(Fill.PatternValue patternFill)
Sets the pattern type of the fill (Default is none)
-