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