Uses of Enum
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 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 STAlgorithmTypeModifier and TypeMethodDescriptionvoidCTAlgorithm.setType(STAlgorithmType value) Sets the value of the type property.