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.
  • Constructor Details

    • RemoveProofErrors

      public RemoveProofErrors()
  • Method Details

    • process

      public void process(org.docx4j.openpackaging.packages.WordprocessingMLPackage document)
      Specified by:
      process in interface PreProcessor