Uses of Enum
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 type with the specified name.static STPatternType[]STPatternType.values()Returns an array containing the constants of this enum type, 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.