Uses of Interface
pro.verron.officestamper.api.CustomFunction.NeedsTriFunctionImpl
Packages that use CustomFunction.NeedsTriFunctionImpl
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
-
Uses of CustomFunction.NeedsTriFunctionImpl in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return CustomFunction.NeedsTriFunctionImplModifier and TypeMethodDescription<T,U, V> CustomFunction.NeedsTriFunctionImpl <T, U, V> OfficeStamperConfiguration.addCustomFunction(String name, Class<T> class0, Class<U> class1, Class<V> class2) Adds a custom function with the specified parameters. -
Uses of CustomFunction.NeedsTriFunctionImpl in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return CustomFunction.NeedsTriFunctionImplModifier and TypeMethodDescription<T,U, V> CustomFunction.NeedsTriFunctionImpl <T, U, V> DocxStamperConfiguration.addCustomFunction(String name, Class<T> class0, Class<U> class1, Class<V> class2) Adds a custom function to the current context by defining its name, and the classes associated with its argument types.