PHP Classes

File: libs/PHPWord-master/docs/writersreaders.rst

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/PHPWord-master/docs/writersreaders.rst   Download  
File: libs/PHPWord-master/docs/writersreaders.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 1,441 bytes
 

Contents

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