Uses of Record Class
pro.verron.officestamper.api.CustomFunction
Packages that use CustomFunction
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
-
Uses of CustomFunction in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return types with arguments of type CustomFunctionModifier and TypeMethodDescriptionOfficeStamperConfiguration.customFunctions()Retrieves a list of custom functions. -
Uses of CustomFunction in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return types with arguments of type CustomFunctionModifier and TypeMethodDescriptionDocxStamperConfiguration.customFunctions()Retrieves a list of custom functions.Methods in pro.verron.officestamper.core with parameters of type CustomFunctionModifier and TypeMethodDescriptionvoidDocxStamperConfiguration.addCustomFunction(CustomFunction function) Adds a custom function to the list of functions.static InvokerInvokers.ofCustomFunction(CustomFunction cf) Creates anInvokerfor a custom function.