Uses of Enum Class
org.xlsx4j.sml.STPatternType
Packages that use STPatternType
-
Uses of STPatternType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPatternTypeMethods in org.xlsx4j.sml that return STPatternTypeModifier and TypeMethodDescriptionstatic STPatternTypeCTPatternFill.getPatternType()Gets the value of the patternType property.static STPatternTypeReturns the enum constant of this class with the specified name.static STPatternType[]STPatternType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STPatternTypeModifier and TypeMethodDescriptionvoidCTPatternFill.setPatternType(STPatternType value) Sets the value of the patternType property.