@@ -2,20 +2,20 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace PhpOffice\PhpPresentation\Writer\PowerPoint2007; |
| 4 | 4 | |
| 5 | -use PhpOffice\Common\Drawing as CommonDrawing; |
|
| 6 | -use PhpOffice\Common\XMLWriter; |
|
| 7 | -use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart; |
|
| 8 | -use PhpOffice\PhpPresentation\Shape\Comment; |
|
| 9 | -use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing; |
|
| 10 | -use PhpOffice\PhpPresentation\Shape\Group; |
|
| 11 | -use PhpOffice\PhpPresentation\Shape\Video; |
|
| 12 | -use PhpOffice\PhpPresentation\Shape\Audio; |
|
| 13 | -use PhpOffice\PhpPresentation\Shape\RichText; |
|
| 14 | -use PhpOffice\PhpPresentation\Shape\RichText\Run; |
|
| 15 | -use PhpOffice\PhpPresentation\Shape\RichText\TextElement; |
|
| 16 | -use PhpOffice\PhpPresentation\Shape\Table as ShapeTable; |
|
| 17 | -use PhpOffice\PhpPresentation\Slide; |
|
| 18 | -use PhpOffice\PhpPresentation\Slide\Background\Image; |
|
| 5 | +use PhpOffice\Common\Drawing as CommonDrawing; |
|
| 6 | +use PhpOffice\Common\XMLWriter; |
|
| 7 | +use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart; |
|
| 8 | +use PhpOffice\PhpPresentation\Shape\Comment; |
|
| 9 | +use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing; |
|
| 10 | +use PhpOffice\PhpPresentation\Shape\Group; |
|
| 11 | +use PhpOffice\PhpPresentation\Shape\Video; |
|
| 12 | +use PhpOffice\PhpPresentation\Shape\Audio; |
|
| 13 | +use PhpOffice\PhpPresentation\Shape\RichText; |
|
| 14 | +use PhpOffice\PhpPresentation\Shape\RichText\Run; |
|
| 15 | +use PhpOffice\PhpPresentation\Shape\RichText\TextElement; |
|
| 16 | +use PhpOffice\PhpPresentation\Shape\Table as ShapeTable; |
|
| 17 | +use PhpOffice\PhpPresentation\Slide; |
|
| 18 | +use PhpOffice\PhpPresentation\Slide\Background\Image; |
|
| 19 | 19 | use PhpOffice\PhpPresentation\Slide\Note; |
| 20 | 20 | |
| 21 | 21 | class PptSlides extends AbstractSlide {
|