Class MergeSameStyleRuns

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

public class MergeSameStyleRuns extends Object implements PreProcessor
Merges runs with the same style that are next to each other.
Version:
${version}
Author:
Joseph Verron
  • Constructor Details

    • MergeSameStyleRuns

      public MergeSameStyleRuns()
  • 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.