Class RemoveProofErrors

java.lang.Object
org.wickedsource.docxstamper.preprocessor.RemoveProofErrors
All Implemented Interfaces:
PreProcessor

public class RemoveProofErrors extends Object implements PreProcessor
Removes all ProofErr elements from the document.
Version:
1.6.6
Author:
Joseph Verron
  • 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:
      process in interface PreProcessor
      Parameters:
      document - the document to process.