Uses of Class
pro.verron.officestamper.core.ContextRoot
Packages that use ContextRoot
Package
Description
Provides the core functionality for the OfficeStamper library.
-
Uses of ContextRoot in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core with parameters of type ContextRootModifier and TypeMethodDescriptionbooleanCommentHook.run(EngineFactory engineFactory, ContextRoot contextRoot, OfficeStamperEvaluationContextFactory evaluationContextFactory) booleanDocxHook.run(EngineFactory engineFactory, ContextRoot contextTree, OfficeStamperEvaluationContextFactory officeStamperContextFactory) Executes the hook's logic within the context of a document processing flow.booleanTagHook.run(EngineFactory engineFactory, ContextRoot contextRoot, OfficeStamperEvaluationContextFactory evaluationContextFactory) Constructors in pro.verron.officestamper.core with parameters of type ContextRootModifierConstructorDescriptionContextBranch(ContextRoot tree, Object root) Constructs a ContextBranch with a single root object.ContextBranch(ContextRoot tree, List<Object> branch) Constructs a ContextBranch with a list of objects forming the branch.