Uses of Enum
org.docx4j.wml.STAlgType
Packages that use STAlgType
-
Uses of STAlgType in org.docx4j.wml
Fields in org.docx4j.wml declared as STAlgTypeModifier and TypeFieldDescriptionprotected STAlgTypeCTDocProtect.cryptAlgorithmTypeprotected STAlgTypeCTWriteProtection.cryptAlgorithmTypeMethods in org.docx4j.wml that return STAlgTypeModifier and TypeMethodDescriptionstatic STAlgTypeCTDocProtect.getCryptAlgorithmType()Gets the value of the cryptAlgorithmType property.CTWriteProtection.getCryptAlgorithmType()Gets the value of the cryptAlgorithmType property.static STAlgTypeReturns the enum constant of this type with the specified name.static STAlgType[]STAlgType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STAlgTypeModifier and TypeMethodDescriptionvoidCTDocProtect.setCryptAlgorithmType(STAlgType value) Sets the value of the cryptAlgorithmType property.voidCTWriteProtection.setCryptAlgorithmType(STAlgType value) Sets the value of the cryptAlgorithmType property.