Uses of Interface
pro.verron.officestamper.api.PostProcessor
Packages that use PostProcessor
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
This package contains the preset configurations and utilities for OfficeStamper.
-
Uses of PostProcessor in pro.verron.officestamper.api
Classes in pro.verron.officestamper.api that implement PostProcessorModifier and TypeClassDescriptionfinal 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.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.