getDrawingHashTable()->count(); ++$i) { $shape = $this->getDrawingHashTable()->getByIndex($i); if (!$shape instanceof AbstractDrawingAdapter) { continue; } $this->getZip()->addFromString('ppt/media/' . $shape->getIndexedFilename(), $shape->getContents()); } return $this->getZip(); } }