Uses of Enum
org.xlsx4j.sml.STCellType
Packages that use STCellType
-
Uses of STCellType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCellTypeModifier and TypeFieldDescriptionprotected STCellTypeCell.tprotected STCellTypeCTExternalCell.tMethods in org.xlsx4j.sml that return STCellTypeModifier and TypeMethodDescriptionstatic STCellTypeCell.getT()Gets the value of the t (Cell Data Type) property.CTExternalCell.getT()Gets the value of the t property.static STCellTypeReturns 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 STCellTypeModifier and TypeMethodDescriptionvoidCell.setT(STCellType value) Sets the value of the t property.voidCTExternalCell.setT(STCellType value) Sets the value of the t property.