예제 #1
0
 @Override
 protected void processFootnoteAutonumbered(
     HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) {
   processNoteAutonumbered(wordDocument, "foot", noteIndex, block, footnoteTextRange);
 }
예제 #2
0
 @Override
 protected void processEndnoteAutonumbered(
     HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) {
   processNoteAutonumbered(wordDocument, "end", noteIndex, block, endnoteTextRange);
 }