Skip to content

Commit df8a45e

Browse files
committed
#82 : Add table of features
1 parent 7bf7660 commit df8a45e

File tree

1 file changed

+114
-80
lines changed

1 file changed

+114
-80
lines changed

docs/intro.rst

Lines changed: 114 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -61,88 +61,122 @@ Below are the supported features for each file formats.
6161
Writers
6262
~~~~~~~
6363

64-
+----------------------------------------+--------+-------+-------+
65-
| Features | DOCX | ODT | RTF |
66-
+=========================+==============+========+=======+=======+
67-
| **Document Properties** | Standard | | | |
68-
+ +--------------+--------+-------+-------+
69-
| | Extended | | | |
70-
+ +--------------+--------+-------+-------+
71-
| | UserDefined | | | |
72-
+-------------------------+--------------+--------+-------+-------+
73-
| **Element Type** | Text ||||
74-
+ +--------------+--------+-------+-------+
75-
| | Text Run ||||
76-
+ +--------------+--------+-------+-------+
77-
| | Title || | |
78-
+ +--------------+--------+-------+-------+
79-
| | Link || | |
80-
+ +--------------+--------+-------+-------+
81-
| | Preserve Text| ✓ | | |
82-
+ +--------------+--------+-------+-------+
83-
| | Text Break ||||
84-
+ +--------------+--------+-------+-------+
85-
| | Page Break || | |
86-
+ +--------------+--------+-------+-------+
87-
| | List || | |
88-
+ +--------------+--------+-------+-------+
89-
| | Table || | |
90-
+ +--------------+--------+-------+-------+
91-
| | Image || | |
92-
+ +--------------+--------+-------+-------+
93-
| | MemoryImage || | |
94-
+ +--------------+--------+-------+-------+
95-
| | Object || | |
96-
+ +--------------+--------+-------+-------+
97-
| | Watermark || | |
98-
+ +--------------+--------+-------+-------+
99-
| | TOC || | |
100-
+ +--------------+--------+-------+-------+
101-
| | Header || | |
102-
+ +--------------+--------+-------+-------+
103-
| | Footer || | |
104-
+ +--------------+--------+-------+-------+
105-
| | Footnote || | |
106-
+-------------------------+--------------+--------+-------+-------+
64+
+-------------------------------------------------+--------+-------+-------+
65+
| Features | DOCX | ODT | RTF |
66+
+=========================+=======================+========+=======+=======+
67+
| **Document Properties** | Standard | | | |
68+
+ +-----------------------+--------+-------+-------+
69+
| | Extended | | | |
70+
+ +-----------------------+--------+-------+-------+
71+
| | UserDefined | | | |
72+
+-------------------------+-----------------------+--------+-------+-------+
73+
| **Element Type** | Text ||||
74+
+ +-----------------------+--------+-------+-------+
75+
| | Text Run ||||
76+
+ +-----------------------+--------+-------+-------+
77+
| | Title || | |
78+
+ +-----------------------+--------+-------+-------+
79+
| | Link || | |
80+
+ +-----------------------+--------+-------+-------+
81+
| | Preserve Text || | |
82+
+ +-----------------------+--------+-------+-------+
83+
| | Text Break ||||
84+
+ +-----------------------+--------+-------+-------+
85+
| | Page Break || | |
86+
+ +-----------------------+--------+-------+-------+
87+
| | List || | |
88+
+ +-----------------------+--------+-------+-------+
89+
| | Table || | |
90+
+ +-----------------------+--------+-------+-------+
91+
| | Image || | |
92+
+ +-----------------------+--------+-------+-------+
93+
| | MemoryImage || | |
94+
+ +-----------------------+--------+-------+-------+
95+
| | Object || | |
96+
+ +-----------------------+--------+-------+-------+
97+
| | Watermark || | |
98+
+ +-----------------------+--------+-------+-------+
99+
| | Table of Contents || | |
100+
+ +-----------------------+--------+-------+-------+
101+
| | Header || | |
102+
+ +-----------------------+--------+-------+-------+
103+
| | Footer || | |
104+
+ +-----------------------+--------+-------+-------+
105+
| | Footnote || | |
106+
+-------------------------+-----------------------+--------+-------+-------+
107+
| **Graphs** | 2D basic graphs | | | |
108+
+ +-----------------------+--------+-------+-------+
109+
| | 2D advanced graphs | | | |
110+
+ +-----------------------+--------+-------+-------+
111+
| | 3D graphs | | | |
112+
+-------------------------+-----------------------+--------+-------+-------+
113+
| **Math** | OMML support | | | |
114+
+ +-----------------------+--------+-------+-------+
115+
| | MathML support | | | |
116+
+-------------------------+-----------------------+--------+-------+-------+
117+
| **Bonus** | Encryption | | | |
118+
+ +-----------------------+--------+-------+-------+
119+
| | Protection | | | |
120+
+-------------------------+-----------------------+--------+-------+-------+
107121

108122

109123
Readers
110124
~~~~~~~
111125

112-
+-----------------+--------+-------+-------+
113-
| Element | DOCX | ODT | RTF |
114-
+=================+========+=======+=======+
115-
| Text || | |
116-
+-----------------+--------+-------+-------+
117-
| Text Run || | |
118-
+-----------------+--------+-------+-------+
119-
| Title | | | |
120-
+-----------------+--------+-------+-------+
121-
| Link | | | |
122-
+-----------------+--------+-------+-------+
123-
| Preserve Text | | | |
124-
+-----------------+--------+-------+-------+
125-
| Text Break || | |
126-
+-----------------+--------+-------+-------+
127-
| Page Break | | | |
128-
+-----------------+--------+-------+-------+
129-
| List | | | |
130-
+-----------------+--------+-------+-------+
131-
| Table | | | |
132-
+-----------------+--------+-------+-------+
133-
| Image | | | |
134-
+-----------------+--------+-------+-------+
135-
| MemoryImage | | | |
136-
+-----------------+--------+-------+-------+
137-
| Object | | | |
138-
+-----------------+--------+-------+-------+
139-
| Watermark | | | |
140-
+-----------------+--------+-------+-------+
141-
| TOC | | | |
142-
+-----------------+--------+-------+-------+
143-
| Header | | | |
144-
+-----------------+--------+-------+-------+
145-
| Footer | | | |
146-
+-----------------+--------+-------+-------+
147-
| Footnote | | | |
148-
+-----------------+--------+-------+-------+
126+
+-------------------------------------------------+--------+-------+-------+
127+
| Features | DOCX | ODT | RTF |
128+
+=========================+=======================+========+=======+=======+
129+
| **Document Properties** | Standard | | | |
130+
+ +-----------------------+--------+-------+-------+
131+
| | Extended | | | |
132+
+ +-----------------------+--------+-------+-------+
133+
| | UserDefined | | | |
134+
+-------------------------+-----------------------+--------+-------+-------+
135+
| **Element Type** | Text || | |
136+
+ +-----------------------+--------+-------+-------+
137+
| | Text Run || | |
138+
+ +-----------------------+--------+-------+-------+
139+
| | Title | | | |
140+
+ +-----------------------+--------+-------+-------+
141+
| | Link | | | |
142+
+ +-----------------------+--------+-------+-------+
143+
| | Preserve Text | | | |
144+
+ +-----------------------+--------+-------+-------+
145+
| | Text Break || | |
146+
+ +-----------------------+--------+-------+-------+
147+
| | Page Break | | | |
148+
+ +-----------------------+--------+-------+-------+
149+
| | List | | | |
150+
+ +-----------------------+--------+-------+-------+
151+
| | Table | | | |
152+
+ +-----------------------+--------+-------+-------+
153+
| | Image | | | |
154+
+ +-----------------------+--------+-------+-------+
155+
| | MemoryImage | | | |
156+
+ +-----------------------+--------+-------+-------+
157+
| | Object | | | |
158+
+ +-----------------------+--------+-------+-------+
159+
| | Watermark | | | |
160+
+ +-----------------------+--------+-------+-------+
161+
| | Table of Contents | | | |
162+
+ +-----------------------+--------+-------+-------+
163+
| | Header | | | |
164+
+ +-----------------------+--------+-------+-------+
165+
| | Footer | | | |
166+
+ +-----------------------+--------+-------+-------+
167+
| | Footnote | | | |
168+
+-------------------------+-----------------------+--------+-------+-------+
169+
| **Graphs** | 2D basic graphs | | | |
170+
+ +-----------------------+--------+-------+-------+
171+
| | 2D advanced graphs | | | |
172+
+ +-----------------------+--------+-------+-------+
173+
| | 3D graphs | | | |
174+
+-------------------------+-----------------------+--------+-------+-------+
175+
| **Math** | OMML support | | | |
176+
+ +-----------------------+--------+-------+-------+
177+
| | MathML support | | | |
178+
+-------------------------+-----------------------+--------+-------+-------+
179+
| **Bonus** | Encryption | | | |
180+
+ +-----------------------+--------+-------+-------+
181+
| | Protection | | | |
182+
+-------------------------+-----------------------+--------+-------+-------+

0 commit comments

Comments
 (0)