Exemplo n.º 1
0
 public ThemePart() throws InvalidFormatException {
   super(new PartName("/word/theme/theme1.xml"));
   init();
 }
Exemplo n.º 2
0
 public ThemePart(PartName partName) throws InvalidFormatException {
   super(partName);
   init();
 }