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.PatternValueFill. patternFillMethods in ch.rabanti.picoxlsx4j.style that return Fill.PatternValue Modifier and Type Method Description Fill.PatternValueFill. getPatternFill()Gets the pattern type of the fill (Default is none)static Fill.PatternValueFill.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 StringFill. getPatternName(Fill.PatternValue pattern)Gets the pattern name from the enumvoidFill. setPatternFill(Fill.PatternValue patternFill)Sets the pattern type of the fill (Default is none) 
 -