Uses of Enum
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 type with the specified name.static STTableType[]STTableType.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 STTableTypeModifier and TypeMethodDescriptionvoidCTTable.setTableType(STTableType value) Sets the value of the tableType property.