Uses of Class
org.docx4j.dml.diagram.STFunctionOperator
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STFunctionOperator in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STFunctionOperator Modifier and Type Field Description protected STFunctionOperatorCTWhen. opMethods in org.docx4j.dml.diagram that return STFunctionOperator Modifier and Type Method Description static STFunctionOperatorSTFunctionOperator. fromValue(java.lang.String v)STFunctionOperatorCTWhen. getOp()Gets the value of the op property.static STFunctionOperatorSTFunctionOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFunctionOperator[]STFunctionOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.diagram with parameters of type STFunctionOperator Modifier and Type Method Description voidCTWhen. setOp(STFunctionOperator value)Sets the value of the op property.