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 TypeMethodDescriptionvoid
OfficeStamperConfiguration.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 PreProcessor
Preprocessors.mergeSimilarRuns()
Returns a PreProcessor object that merges same style runs that are next to each other in a WordprocessingMLPackage document.static PreProcessor
Preprocessors.removeLanguageInfo()
static PreProcessor
Preprocessors.removeLanguageProof()
Returns a PreProcessor object that removes allProofErr
elements from the WordprocessingMLPackage document.static PreProcessor
Preprocessors.removeMalformedComments()