* as key.
*/
protected PresentationDocument(OdfPackage pkg, String internalPath, PresentationDocument.OdfMediaType odfMediaType) {
super(pkg, internalPath, odfMediaType.mMediaType);
slideBuilder = new SlideBuilder(this);
notesBuilder = new NotesBuilder(this);
}