Uses of Class
org.docx4j.wml.STAlgType
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STAlgType in org.docx4j.wml
Fields in org.docx4j.wml declared as STAlgType Modifier and Type Field Description protected STAlgTypeCTDocProtect. cryptAlgorithmTypeprotected STAlgTypeCTWriteProtection. cryptAlgorithmTypeMethods in org.docx4j.wml that return STAlgType Modifier and Type Method Description static STAlgTypeSTAlgType. fromValue(java.lang.String v)STAlgTypeCTDocProtect. getCryptAlgorithmType()Gets the value of the cryptAlgorithmType property.STAlgTypeCTWriteProtection. getCryptAlgorithmType()Gets the value of the cryptAlgorithmType property.static STAlgTypeSTAlgType. valueOf(java.lang.String name)Returns 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 STAlgType Modifier and Type Method Description voidCTDocProtect. setCryptAlgorithmType(STAlgType value)Sets the value of the cryptAlgorithmType property.voidCTWriteProtection. setCryptAlgorithmType(STAlgType value)Sets the value of the cryptAlgorithmType property.