Uses of Class
org.xlsx4j.sml.STPatternType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STPatternType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPatternType Modifier and Type Field Description protected STPatternTypeCTPatternFill. patternTypeMethods in org.xlsx4j.sml that return STPatternType Modifier and Type Method Description static STPatternTypeSTPatternType. fromValue(java.lang.String v)STPatternTypeCTPatternFill. getPatternType()Gets the value of the patternType property.static STPatternTypeSTPatternType. valueOf(java.lang.String name)Returns 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 STPatternType Modifier and Type Method Description voidCTPatternFill. setPatternType(STPatternType value)Sets the value of the patternType property.