Uses of Interface
pro.verron.officestamper.api.PostProcessor
Packages that use PostProcessor
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of PostProcessor in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return types with arguments of type PostProcessorModifier and TypeMethodDescriptionOfficeStamperConfiguration.getPostprocessors()
Retrieves the list of post-processors associated with this instance.Methods in pro.verron.officestamper.api with parameters of type PostProcessorModifier and TypeMethodDescriptionvoid
OfficeStamperConfiguration.addPostprocessor
(PostProcessor postProcessor) Adds a postprocessor to modify or enhance data or operations during the processing lifecycle. -
Uses of PostProcessor in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return PostProcessorModifier and TypeMethodDescriptionstatic PostProcessor
Postprocessors.removeOrphanedEndnotes()
static PostProcessor
Postprocessors.removeOrphanedFootnotes()