public ThemePart() throws InvalidFormatException { super(new PartName("/word/theme/theme1.xml")); init(); }
public ThemePart(PartName partName) throws InvalidFormatException { super(partName); init(); }