예제 #1
0
 public FooterPart() throws InvalidFormatException {
   super(
       new PartName(
           "/word/footer.xml")); // Not very useful, since normally there is more than one footer
                                 // part
   init();
 }
예제 #2
0
 public FooterPart(PartName partName) throws InvalidFormatException {
   super(partName);
   init();
 }