Uses of Interface
pro.verron.officestamper.api.PreProcessor
Packages that use PreProcessor
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of PreProcessor in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return types with arguments of type PreProcessorModifier and TypeMethodDescriptionOfficeStamperConfiguration.getPreprocessors()Retrieves the list of pre-processors.Methods in pro.verron.officestamper.api with parameters of type PreProcessorModifier and TypeMethodDescriptionvoidOfficeStamperConfiguration.addPreprocessor(PreProcessor preprocessor) Adds a pre-processor to the OfficeStamperConfiguration. -
Uses of PreProcessor in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return PreProcessorModifier and TypeMethodDescriptionstatic PreProcessorPreprocessors.mergeSimilarRuns()Returns a PreProcessor object that merges same style runs that are next to each other in a WordprocessingMLPackage document.static PreProcessorPreprocessors.removeLanguageInfo()Returns a PreProcessor object that removes all language informations such as grammatical and orthographics markers in a WordprocessingMLPackage document.static PreProcessorPreprocessors.removeLanguageProof()Returns a PreProcessor object that removes allProofErrelements from the WordprocessingMLPackage document.static PreProcessorPreprocessors.removeMalformedComments()Returns a PreProcessor object that removes comments information that is not conforming to the expected patterns.