Class RemoveProofErrors
java.lang.Object
org.wickedsource.docxstamper.preprocessor.RemoveProofErrors
- All Implemented Interfaces:
PreProcessor
Removes all
ProofErr elements from the document.- Version:
- 1.6.6
- Author:
- Joseph Verron
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Processes the given document before the actual processing takes place.
-
Constructor Details
-
RemoveProofErrors
public RemoveProofErrors()
-
-
Method Details
-
process
public void process(org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Processes the given document before the actual processing takes place.- Specified by:
processin interfacePreProcessor- Parameters:
document- the document to process.
-