Uses of Class
org.xlsx4j.sml.STCellType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STCellType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCellType Modifier and Type Field Description protected STCellTypeCell. tprotected STCellTypeCTExternalCell. tMethods in org.xlsx4j.sml that return STCellType Modifier and Type Method Description static STCellTypeSTCellType. fromValue(java.lang.String v)STCellTypeCell. getT()Gets the value of the t (Cell Data Type) property.STCellTypeCTExternalCell. getT()Gets the value of the t property.static STCellTypeSTCellType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STCellType[]STCellType. 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 STCellType Modifier and Type Method Description voidCell. setT(STCellType value)Sets the value of the t property.voidCTExternalCell. setT(STCellType value)Sets the value of the t property.