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 TypeMethodDescriptionvoidOfficeStamperConfiguration.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 PostProcessorPostprocessors.removeOrphanedEndnotes()Creates a PostProcessor that removes orphaned endnotes from a WordprocessingMLPackage document.static PostProcessorPostprocessors.removeOrphanedFootnotes()Creates a PostProcessor that removes orphaned footnotes from a WordprocessingMLPackage document.