Interface PreProcessor
- All Known Implementing Classes:
MergeSameStyleRuns,RemoveProofErrors
public interface PreProcessor
The interface for all pre-processors. Pre-processors are called before the
document is processed by the DocxStamper. They can be used to manipulate the
document before the actual processing takes place.
- Version:
- ${version}
- Author:
- Joseph Verron
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Processes the given document before the actual processing takes place.
-
Method Details
-
process
void process(org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Processes the given document before the actual processing takes place.- Parameters:
document- the document to process.
-