Skip to content

Commit 0151a21

Browse files
committed
#23 : Implement Word97 aka MsDoc Reader (Documentation )
1 parent 1a40f66 commit 0151a21

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

docs/intro.rst

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -121,61 +121,61 @@ Writers
121121
Readers
122122
~~~~~~~
123123

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

180180
Contributing
181181
------------

0 commit comments

Comments
 (0)