Uses of Interface
pro.verron.officestamper.api.PreProcessor
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of PreProcessor in pro.verron.officestamper.api
Modifier and TypeMethodDescriptionOfficeStamperConfiguration.getPreprocessors()
Retrieves the list of pre-processors.Modifier and TypeMethodDescriptionvoid
OfficeStamperConfiguration.addPreprocessor
(PreProcessor preprocessor) Adds a pre-processor to the OfficeStamperConfiguration. -
Uses of PreProcessor in pro.verron.officestamper.preset
Modifier 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.removeLanguageProof()
Returns a PreProcessor object that removes allProofErr
elements from the WordprocessingMLPackage document.static PreProcessor
Preprocessors.removeMalformedComments()