Uses of Class
org.xlsx4j.sml.STGradientType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STGradientType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STGradientType Modifier and Type Field Description protected STGradientTypeCTGradientFill. typeMethods in org.xlsx4j.sml that return STGradientType Modifier and Type Method Description static STGradientTypeSTGradientType. fromValue(java.lang.String v)STGradientTypeCTGradientFill. getType()Gets the value of the type property.static STGradientTypeSTGradientType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STGradientType[]STGradientType. 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 STGradientType Modifier and Type Method Description voidCTGradientFill. setType(STGradientType value)Sets the value of the type property.