java.lang.Object
pro.verron.officestamper.preset.Preprocessors
A helper class that provides pre-processing functionality for WordprocessingMLPackage documents.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PreProcessor
Returns a PreProcessor object that merges same style runs that are next to each other in a WordprocessingMLPackage document.static PreProcessor
Returns a PreProcessor object that removes allProofErr
elements from the WordprocessingMLPackage document.static PreProcessor
-
Method Details
-
mergeSimilarRuns
Returns a PreProcessor object that merges same style runs that are next to each other in a WordprocessingMLPackage document.- Returns:
- a PreProcessor object that merges similar runs.
-
removeLanguageProof
Returns a PreProcessor object that removes allProofErr
elements from the WordprocessingMLPackage document.- Returns:
- a PreProcessor object that removes ProofErr elements.
-
removeMalformedComments
-