Uses of Interface
pro.verron.officestamper.api.CustomFunction.NeedsBiFunctionImpl
Packages that use CustomFunction.NeedsBiFunctionImpl
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
-
Uses of CustomFunction.NeedsBiFunctionImpl in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return CustomFunction.NeedsBiFunctionImplModifier and TypeMethodDescription<T,U> CustomFunction.NeedsBiFunctionImpl <T, U> OfficeStamperConfiguration.addCustomFunction(String name, Class<T> class0, Class<U> class1) Adds a custom bi-function with the specified name and the provided parameter types. -
Uses of CustomFunction.NeedsBiFunctionImpl in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return CustomFunction.NeedsBiFunctionImplModifier and TypeMethodDescription<T,U> CustomFunction.NeedsBiFunctionImpl <T, U> DocxStamperConfiguration.addCustomFunction(String name, Class<T> class0, Class<U> class1) Adds a custom function with the specified name and input types.