Esempio n. 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();
 }
Esempio n. 2
0
 public FooterPart(PartName partName) throws InvalidFormatException {
   super(partName);
   init();
 }