File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ This release marked heavy refactorings on internal code structure with the creat
38
38
- DOCX Writer: Create ` word/settings.xml ` and ` word/webSettings.xml ` dynamically - @ivanlanin
39
39
- ODT Writer: Basic image writing - @ivanlanin
40
40
- ODT Writer: Link writing - @ivanlanin
41
- - ODT Reader: Basic ODText Reader - @ivanlanin
41
+ - ODT Reader: Basic ODText Reader - @ivanlanin GH- 71
42
42
43
43
### Bugfixes
44
44
Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ Readers
132
132
+---------------------------+----------------------+--------+-------+-------+
133
133
| | UserDefined | ✓ | | |
134
134
+---------------------------+----------------------+--------+-------+-------+
135
- | **Element Type ** | Text | ✓ | | |
135
+ | **Element Type ** | Text | ✓ | ✓ | |
136
136
+---------------------------+----------------------+--------+-------+-------+
137
137
| | Text Run | ✓ | | |
138
138
+---------------------------+----------------------+--------+-------+-------+
139
- | | Title | ✓ | | |
139
+ | | Title | ✓ | ✓ | |
140
140
+---------------------------+----------------------+--------+-------+-------+
141
141
| | Link | ✓ | | |
142
142
+---------------------------+----------------------+--------+-------+-------+
@@ -146,7 +146,7 @@ Readers
146
146
+---------------------------+----------------------+--------+-------+-------+
147
147
| | Page Break | ✓ | | |
148
148
+---------------------------+----------------------+--------+-------+-------+
149
- | | List | ✓ | | |
149
+ | | List | ✓ | ✓ | |
150
150
+---------------------------+----------------------+--------+-------+-------+
151
151
| | Table | ✓ | | |
152
152
+---------------------------+----------------------+--------+-------+-------+
Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ Below are the supported features for each file formats.
117
117
| ** Document Properties** | Standard | ✓ | | |
118
118
| | Extended | ✓ | | |
119
119
| | UserDefined | ✓ | | |
120
- | ** Element Type** | Text | ✓ | | |
120
+ | ** Element Type** | Text | ✓ | ✓ | |
121
121
| | Text Run | ✓ | | |
122
- | | Title | ✓ | | |
122
+ | | Title | ✓ | ✓ | |
123
123
| | Link | ✓ | | |
124
124
| | Preserve Text | ✓ | | |
125
125
| | Text Break | ✓ | | |
126
126
| | Page Break | ✓ | | |
127
- | | List | ✓ | | |
127
+ | | List | ✓ | ✓ | |
128
128
| | Table | ✓ | | |
129
129
| | Image | ✓ | | |
130
130
| | Object | | | |
You can’t perform that action at this time.
0 commit comments