Uses of Class
org.docx4j.dml.diagram.STAlgorithmType
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STAlgorithmType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STAlgorithmType Modifier and Type Field Description protected STAlgorithmTypeCTAlgorithm. typeMethods in org.docx4j.dml.diagram that return STAlgorithmType Modifier and Type Method Description static STAlgorithmTypeSTAlgorithmType. fromValue(java.lang.String v)STAlgorithmTypeCTAlgorithm. getType()Gets the value of the type property.static STAlgorithmTypeSTAlgorithmType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STAlgorithmType[]STAlgorithmType. 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 STAlgorithmType Modifier and Type Method Description voidCTAlgorithm. setType(STAlgorithmType value)Sets the value of the type property.