Uses of Enum Class
ch.rabanti.nanoxlsx4j.styles.Fill.PatternValue
Packages that use Fill.PatternValue
-
Uses of Fill.PatternValue in ch.rabanti.nanoxlsx4j.styles
Fields in ch.rabanti.nanoxlsx4j.styles declared as Fill.PatternValueModifier and TypeFieldDescriptionstatic final Fill.PatternValue
Fill.DEFAULT_PATTERN_FILL
Default patternFill.patternFill
Methods in ch.rabanti.nanoxlsx4j.styles that return Fill.PatternValueModifier and TypeMethodDescriptionFill.getPatternFill()
Gets the pattern type of the fill (Default is none)static Fill.PatternValue
Returns the enum constant of this class with the specified name.static Fill.PatternValue[]
Fill.PatternValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j.styles with parameters of type Fill.PatternValueModifier and TypeMethodDescriptionstatic 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)