Uses of Enum
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 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 STTableStyleTypeModifier and TypeMethodDescriptionvoidCTTableStyleElement.setType(STTableStyleType value) Sets the value of the type property.