| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .. PHPPresentation documentation master file, created by
- sphinx-quickstart on Fri Mar 14 23:09:26 2014.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- Welcome to PHPPresentation's documentation
- ==========================================
- |PHPPresentation|
- PHPPresentation is a library written in pure PHP that provides a set of classes to write to different presentation file formats, i.e. OpenXML (.pptx) and OpenDocument (.odp). PHPPresentation is an open source project licensed under LGPL.
- .. toctree::
- :maxdepth: 2
- intro
- installing
- general
- slides
- shapes
- styles
- writers
- readers
- recipes
- faq
- credits
- references
- .. _slidesdocs:
- .. toctree::
- :maxdepth: 2
- :caption: Slides
- slides_animation
- .. _shapesdocs:
- .. toctree::
- :maxdepth: 2
- :caption: Shapes
-
- shapes_chart
- shapes_comment
- shapes_drawing
- shapes_media
- shapes_richtext
- shapes_table
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
- .. |PHPPresentation| image:: images/phppowerpoint_logo.gif
|