Uses of Interface
pro.verron.officestamper.api.PostProcessor
Packages that use PostProcessor
Package
Description
Core API interfaces and types for the OfficeStamper library.
Internal implementation of the OfficeStamper engine.
Pre-configured stampers, configurations, and ready-made processors and
resolvers.
-
Uses of PostProcessor in pro.verron.officestamper.api
Classes in pro.verron.officestamper.api that implement PostProcessorModifier and TypeClassDescriptionclassThe CommentRemover class is a concrete implementation of the PostProcessor interface.final classA post-processor implementation that removes smart tags from a WordprocessingML document.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.core
Methods in pro.verron.officestamper.core that return types with arguments of type PostProcessorModifier and TypeMethodDescriptionDocxStamperConfiguration.getPostprocessors()Retrieves the list of postprocessors.Methods in pro.verron.officestamper.core with parameters of type PostProcessorModifier and TypeMethodDescriptionvoidDocxStamperConfiguration.addPostprocessor(PostProcessor postprocessor) Adds a given postprocessor to the list of postprocessors. -
Uses of PostProcessor in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return PostProcessorModifier and TypeMethodDescriptionstatic PostProcessorPostprocessors.removeComments()Creates a PostProcessor that removes all comments from a WordprocessingMLPackage document.static 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.static PostProcessorPostprocessors.removeTags(String element) Creates a PostProcessor that removes specified XML elements from a WordprocessingMLPackage document.