throw new POIXMLException("Missing resource 'notesMaster.xml'");
}
try {
NotesMasterDocument doc = NotesMasterDocument.Factory.parse(is);
CTNotesMaster slide = doc.getNotesMaster();
return slide;
} catch (Exception e) {
throw new POIXMLException("Can't initialize NotesMaster", e);
}
}