Uses of Class
org.xlsx4j.sml.STTableType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STTableType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTableType Modifier and Type Field Description protected STTableTypeCTTable. tableTypeMethods in org.xlsx4j.sml that return STTableType Modifier and Type Method Description static STTableTypeSTTableType. fromValue(java.lang.String v)STTableTypeCTTable. getTableType()Gets the value of the tableType property.static STTableTypeSTTableType. valueOf(java.lang.String name)Returns 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 STTableType Modifier and Type Method Description voidCTTable. setTableType(STTableType value)Sets the value of the tableType property.