Uses of Enum
org.docx4j.wml.STAlgClass
Packages that use STAlgClass
-
Uses of STAlgClass in org.docx4j.wml
Fields in org.docx4j.wml declared as STAlgClassModifier and TypeFieldDescriptionprotected STAlgClassCTDocProtect.cryptAlgorithmClassprotected STAlgClassCTWriteProtection.cryptAlgorithmClassMethods in org.docx4j.wml that return STAlgClassModifier and TypeMethodDescriptionstatic STAlgClassCTDocProtect.getCryptAlgorithmClass()Gets the value of the cryptAlgorithmClass property.CTWriteProtection.getCryptAlgorithmClass()Gets the value of the cryptAlgorithmClass property.static STAlgClassReturns the enum constant of this type with the specified name.static STAlgClass[]STAlgClass.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 STAlgClassModifier and TypeMethodDescriptionvoidCTDocProtect.setCryptAlgorithmClass(STAlgClass value) Sets the value of the cryptAlgorithmClass property.voidCTWriteProtection.setCryptAlgorithmClass(STAlgClass value) Sets the value of the cryptAlgorithmClass property.