We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fcc840 + 0d74c08 commit 3deaa89Copy full SHA for 3deaa89
docs/writers.rst
@@ -11,7 +11,7 @@ The name of the writer is ``ODPresentation``.
11
12
.. code-block:: php
13
14
- $oWriter = IOFactory::createWriter($oPhpPresentation, 'PowerPoint2007');
+ $oWriter = IOFactory::createWriter($oPhpPresentation, 'ODPresentation');
15
$oWriter->save(__DIR__ . '/sample.pptx');
16
17
PowerPoint2007
0 commit comments