Uses of Enum Class
pro.verron.officestamper.api.SecurityMode
Packages that use SecurityMode
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
-
Uses of SecurityMode in pro.verron.officestamper.api
Subclasses with type arguments of type SecurityMode in pro.verron.officestamper.apiModifier and TypeClassDescriptionenumDefines security modes for expression evaluation and similar features.Methods in pro.verron.officestamper.api that return SecurityModeModifier and TypeMethodDescriptionOfficeStamperConfiguration.getSpelSecurityMode()Gets the current SpEL security mode.OfficeStamperConfiguration.getSvgSecurityMode()Indicates whether SVG safe mode is enabled.static SecurityModeReturns the enum constant of this class with the specified name.static SecurityMode[]SecurityMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pro.verron.officestamper.api with parameters of type SecurityModeModifier and TypeMethodDescriptionOfficeStamperConfiguration.setSpelSecurityMode(SecurityMode mode) Sets the SpEL security mode.OfficeStamperConfiguration.setSvgSecurityMode(SecurityMode mode) Enables or disables SVG safe mode. -
Uses of SecurityMode in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return SecurityModeModifier and TypeMethodDescriptionDocxStamperConfiguration.getSpelSecurityMode()Gets the current SpEL security mode.DocxStamperConfiguration.getSvgSecurityMode()Indicates whether SVG safe mode is enabled.Methods in pro.verron.officestamper.core with parameters of type SecurityModeModifier and TypeMethodDescriptionDocxStamperConfiguration.setSpelSecurityMode(SecurityMode mode) Sets the SpEL security mode.DocxStamperConfiguration.setSvgSecurityMode(SecurityMode mode) Enables or disables SVG safe mode.