Uses of Class
org.docx4j.wml.STAlgClass
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STAlgClass in org.docx4j.wml
Fields in org.docx4j.wml declared as STAlgClass Modifier and Type Field Description protected STAlgClassCTDocProtect. cryptAlgorithmClassprotected STAlgClassCTWriteProtection. cryptAlgorithmClassMethods in org.docx4j.wml that return STAlgClass Modifier and Type Method Description static STAlgClassSTAlgClass. fromValue(java.lang.String v)STAlgClassCTDocProtect. getCryptAlgorithmClass()Gets the value of the cryptAlgorithmClass property.STAlgClassCTWriteProtection. getCryptAlgorithmClass()Gets the value of the cryptAlgorithmClass property.static STAlgClassSTAlgClass. valueOf(java.lang.String name)Returns 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 STAlgClass Modifier and Type Method Description voidCTDocProtect. setCryptAlgorithmClass(STAlgClass value)Sets the value of the cryptAlgorithmClass property.voidCTWriteProtection. setCryptAlgorithmClass(STAlgClass value)Sets the value of the cryptAlgorithmClass property.