Class MergeSameStyleRuns
java.lang.Object
org.wickedsource.docxstamper.preprocessor.MergeSameStyleRuns
- All Implemented Interfaces:
PreProcessor
Merges runs with the same style that are next to each other.
- Version:
- ${version}
- 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
-
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:
processin interfacePreProcessor- Parameters:
document- the document to process.
-