Uses of Interface
pro.verron.officestamper.api.CustomFunction.NeedsFunctionImpl
Packages that use CustomFunction.NeedsFunctionImpl
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
-
Uses of CustomFunction.NeedsFunctionImpl in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return CustomFunction.NeedsFunctionImplModifier and TypeMethodDescriptionOfficeStamperConfiguration.addCustomFunction(String name, Class<T> class0) Adds a custom function with the specified name and associated class type. -
Uses of CustomFunction.NeedsFunctionImpl in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return CustomFunction.NeedsFunctionImplModifier and TypeMethodDescriptionDocxStamperConfiguration.addCustomFunction(String name, Class<T> class0) Adds a custom function to the context with the specified name and type.