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

    • MergeSameStyleRuns

      public MergeSameStyleRuns()
  • Method Details

    • process

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