Uses of Enum Class
org.xlsx4j.sml.STTableType
Packages that use STTableType
-
Uses of STTableType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTableTypeMethods in org.xlsx4j.sml that return STTableTypeModifier and TypeMethodDescriptionstatic STTableTypeCTTable.getTableType()Gets the value of the tableType property.static STTableTypeReturns the enum constant of this class with the specified name.static STTableType[]STTableType.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 STTableTypeModifier and TypeMethodDescriptionvoidCTTable.setTableType(STTableType value) Sets the value of the tableType property.