.. PHPWord 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 PHPWord's documentation
==================================
|PHPWord|
PHPWord is a library written in pure PHP that provides a set of classes to
write to and read from different document file formats. The current version of
PHPWord supports Microsoft Office Open XML (OOXML or OpenXML), OASIS Open
Document Format for Office Applications (OpenDocument or ODF), and Rich Text
Format (RTF).
.. toctree::
:maxdepth: 2
intro
installing
general
containers
elements
styles
templates-processing
writersreaders
recipes
faq
credits
references
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. |PHPWord| image:: images/phpword.png
|