Uses of Record Class
pro.verron.officestamper.api.Insert
Packages that use Insert
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
This package contains experimental implementations of the OfficeStamper API.
-
Uses of Insert in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return InsertModifier and TypeMethodDescriptionResolves the given expression by providing a result or handling an exception that occurred during placeholder processing within a document.Resolves the expression in the given document with the provided object.final InsertResolves an object to a string and creates a new run with the resolved string as content.Methods in pro.verron.officestamper.api with parameters of type InsertModifier and TypeMethodDescriptionvoidReplaces a section of elements within the document, defined by the start and end objects, with the elements provided by the given insert.voidReplaces a specified placeholder within the paragraph with the provided insert. -
Uses of Insert in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return InsertModifier and TypeMethodDescriptionEngine.resolve(org.springframework.expression.EvaluationContext evaluationContext) Resolves anInsertobject by processing the provided evaluation context using the current processor context.Resolves the expression in the given document with the provided object.Methods in pro.verron.officestamper.core with parameters of type Insert -
Uses of Insert in pro.verron.officestamper.experimental
Methods in pro.verron.officestamper.experimental with parameters of type Insert