Uses of Enum Class
org.docx4j.dml.diagram.STAlgorithmType
Packages that use STAlgorithmType
-
Uses of STAlgorithmType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STAlgorithmTypeMethods in org.docx4j.dml.diagram that return STAlgorithmTypeModifier and TypeMethodDescriptionstatic STAlgorithmTypeCTAlgorithm.getType()Gets the value of the type property.static STAlgorithmTypeReturns the enum constant of this class with the specified name.static STAlgorithmType[]STAlgorithmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.dml.diagram with parameters of type STAlgorithmTypeModifier and TypeMethodDescriptionvoidCTAlgorithm.setType(STAlgorithmType value) Sets the value of the type property.