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