Skip to content

Commit 855b36b

Browse files
committed
Table of differences between Writers (and Readers) #82
1 parent 47fa1f0 commit 855b36b

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,54 @@ __Want to contribute?__ Fork us!
3333
* Use XSL 1.0 style sheets to transform main document part of OOXML template
3434
* ... and many more features on progress
3535

36+
### File formats support
37+
38+
Below are the supported features for each file formats.
39+
40+
#### Writers
41+
42+
| No | Element | DOCX | ODT | RTF |
43+
|----|---------------|:----:|:---:|:---:|
44+
| 1 | Text | v | v | v |
45+
| 2 | Text Run | v | v | v |
46+
| 3 | Title | v | | |
47+
| 4 | Link | v | | |
48+
| 5 | Preserve Text | v | | |
49+
| 6 | Text Break | v | v | v |
50+
| 7 | Page Break | v | | |
51+
| 8 | List | v | | |
52+
| 9 | Table | v | | |
53+
| 10 | Image | v | | |
54+
| 11 | MemoryImage | v | | |
55+
| 12 | Object | v | | |
56+
| 13 | Watermark | v | | |
57+
| 14 | TOC | v | | |
58+
| 15 | Header | v | | |
59+
| 16 | Footer | v | | |
60+
| 17 | Footnote | v | | |
61+
62+
#### Readers
63+
64+
| No | Element | DOCX | ODT | RTF |
65+
|----|---------------|:----:|:---:|:---:|
66+
| 1 | Text | v | | |
67+
| 2 | Text Run | v | | |
68+
| 3 | Title | | | |
69+
| 4 | Link | | | |
70+
| 5 | Preserve Text | | | |
71+
| 6 | Text Break | v | | |
72+
| 7 | Page Break | | | |
73+
| 8 | List | | | |
74+
| 9 | Table | | | |
75+
| 10 | Image | | | |
76+
| 11 | MemoryImage | | | |
77+
| 12 | Object | | | |
78+
| 13 | Watermark | | | |
79+
| 14 | TOC | | | |
80+
| 15 | Header | | | |
81+
| 16 | Footer | | | |
82+
| 17 | Footnote | | | |
83+
3684
## Requirements
3785
* PHP 5.3+
3886
* PHP [Zip](http://php.net/manual/en/book.zip.php) extension

0 commit comments

Comments
 (0)