Uses of Class
org.docx4j.dml.diagram.STFunctionType
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STFunctionType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STFunctionType Modifier and Type Field Description protected STFunctionTypeCTWhen. funcMethods in org.docx4j.dml.diagram that return STFunctionType Modifier and Type Method Description static STFunctionTypeSTFunctionType. fromValue(java.lang.String v)STFunctionTypeCTWhen. getFunc()Gets the value of the func property.static STFunctionTypeSTFunctionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFunctionType[]STFunctionType. 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 STFunctionType Modifier and Type Method Description voidCTWhen. setFunc(STFunctionType value)Sets the value of the func property.