Uses of Enum
org.docx4j.wml.STCryptProv
Packages that use STCryptProv
-
Uses of STCryptProv in org.docx4j.wml
Fields in org.docx4j.wml declared as STCryptProvModifier and TypeFieldDescriptionprotected STCryptProvCTDocProtect.cryptProviderTypeprotected STCryptProvCTWriteProtection.cryptProviderTypeMethods in org.docx4j.wml that return STCryptProvModifier and TypeMethodDescriptionstatic STCryptProvCTDocProtect.getCryptProviderType()Gets the value of the cryptProviderType property.CTWriteProtection.getCryptProviderType()Gets the value of the cryptProviderType property.static STCryptProvReturns the enum constant of this type with the specified name.static STCryptProv[]STCryptProv.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 STCryptProvModifier and TypeMethodDescriptionvoidCTDocProtect.setCryptProviderType(STCryptProv value) Sets the value of the cryptProviderType property.voidCTWriteProtection.setCryptProviderType(STCryptProv value) Sets the value of the cryptProviderType property.