Uses of Enum Class
org.xlsx4j.sml.STTableStyleType
Packages that use STTableStyleType
-
Uses of STTableStyleType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTableStyleTypeMethods in org.xlsx4j.sml that return STTableStyleTypeModifier and TypeMethodDescriptionstatic STTableStyleTypeCTTableStyleElement.getType()Gets the value of the type property.static STTableStyleTypeReturns the enum constant of this class with the specified name.static STTableStyleType[]STTableStyleType.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 STTableStyleTypeModifier and TypeMethodDescriptionvoidCTTableStyleElement.setType(STTableStyleType value) Sets the value of the type property.