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.PatternValueFill.DEFAULT_PATTERN_FILLDefault patternFill.patternFillMethods in ch.rabanti.nanoxlsx4j.styles that return Fill.PatternValueModifier and TypeMethodDescriptionFill.getPatternFill()Gets the pattern type of the fill (Default is none)static Fill.PatternValueReturns 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 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)