PHPWord/docs/writersreaders.rst

111 lines
1.4 KiB
ReStructuredText
Raw Permalink Normal View History

2014-04-26 14:21:52 +07:00
.. _writersreaders:
Writers & readers
=================
OOXML
-----
The package of OOXML document consists of the following files.
- \_rels/
2014-04-26 14:21:52 +07:00
- .rels
2014-04-26 14:21:52 +07:00
- docProps/
2014-04-26 14:21:52 +07:00
- app.xml
- core.xml
- custom.xml
2014-04-26 14:21:52 +07:00
- word/
2014-04-26 14:21:52 +07:00
- rels/
2014-04-26 14:21:52 +07:00
- document.rels.xml
2014-04-26 14:21:52 +07:00
- media/
- theme/
2014-04-26 14:21:52 +07:00
- theme1.xml
2014-04-26 14:21:52 +07:00
- document.xml
- fontTable.xml
- numbering.xml
- settings.xml
- styles.xml
- webSettings.xml
2014-04-26 14:21:52 +07:00
- [Content\_Types].xml
2014-04-26 14:21:52 +07:00
OpenDocument
------------
Package
~~~~~~~
The package of OpenDocument document consists of the following files.
- META-INF/
2014-04-26 14:21:52 +07:00
- manifest.xml
2014-04-26 14:21:52 +07:00
- Pictures/
- content.xml
- meta.xml
- styles.xml
2014-04-26 14:21:52 +07:00
content.xml
~~~~~~~~~~~
The structure of ``content.xml`` is described below.
- office:document-content
2014-04-26 14:21:52 +07:00
- office:font-facedecls
- office:automatic-styles
- office:body
2014-04-26 14:21:52 +07:00
- office:text
2014-04-26 14:21:52 +07:00
- draw:\*
- office:forms
- table:table
- text:list
- text:numbered-paragraph
- text:p
- text:table-of-contents
- text:section
2014-04-26 14:21:52 +07:00
- office:chart
- office:image
- office:drawing
2014-04-26 14:21:52 +07:00
styles.xml
~~~~~~~~~~
The structure of ``styles.xml`` is described below.
- office:document-styles
2014-04-26 14:21:52 +07:00
- office:styles
- office:automatic-styles
- office:master-styles
2014-04-26 14:21:52 +07:00
- office:master-page
2014-04-26 14:21:52 +07:00
RTF
---
To be completed.
HTML
----
To be completed.
PDF
---
To be completed.