39 lines
948 B
ReStructuredText
39 lines
948 B
ReStructuredText
.. 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
|
|
setup
|
|
general
|
|
containers
|
|
elements
|
|
templates
|
|
recipes
|
|
faq
|
|
credits
|
|
references
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. |PHPWord| image:: https://raw.github.com/PHPOffice/PHPWord/develop/docs/images/phpword.png
|