Uses of Class
org.xlsx4j.sml.STFormulaExpression
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STFormulaExpression in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFormulaExpression Modifier and Type Field Description protected STFormulaExpressionCTUndoInfo. expMethods in org.xlsx4j.sml that return STFormulaExpression Modifier and Type Method Description static STFormulaExpressionSTFormulaExpression. fromValue(java.lang.String v)STFormulaExpressionCTUndoInfo. getExp()Gets the value of the exp property.static STFormulaExpressionSTFormulaExpression. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFormulaExpression[]STFormulaExpression. 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 STFormulaExpression Modifier and Type Method Description voidCTUndoInfo. setExp(STFormulaExpression value)Sets the value of the exp property.