Example #1
0
 @Override
 public void processDocumentPart(HWPFDocument wordDocument, Range range) {
   super.processDocumentPart(wordDocument, range);
   afterProcess();
 }