diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4f07ddd4..524b2f0d15 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ This release marked heavy refactorings on internal code structure with the creat - DOCX Writer: Create `word/settings.xml` and `word/webSettings.xml` dynamically - @ivanlanin - ODT Writer: Basic image writing - @ivanlanin - ODT Writer: Link writing - @ivanlanin -- ODT Reader: Basic ODText Reader - @ivanlanin +- ODT Reader: Basic ODText Reader - @ivanlanin GH-71 ### Bugfixes diff --git a/docs/intro.rst b/docs/intro.rst index 362bd11f16..3e74519e3c 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -132,11 +132,11 @@ Readers +---------------------------+----------------------+--------+-------+-------+ | | UserDefined | ✓ | | | +---------------------------+----------------------+--------+-------+-------+ -| **Element Type** | Text | ✓ | | | +| **Element Type** | Text | ✓ | ✓ | | +---------------------------+----------------------+--------+-------+-------+ | | Text Run | ✓ | | | +---------------------------+----------------------+--------+-------+-------+ -| | Title | ✓ | | | +| | Title | ✓ | ✓ | | +---------------------------+----------------------+--------+-------+-------+ | | Link | ✓ | | | +---------------------------+----------------------+--------+-------+-------+ @@ -146,7 +146,7 @@ Readers +---------------------------+----------------------+--------+-------+-------+ | | Page Break | ✓ | | | +---------------------------+----------------------+--------+-------+-------+ -| | List | ✓ | | | +| | List | ✓ | ✓ | | +---------------------------+----------------------+--------+-------+-------+ | | Table | ✓ | | | +---------------------------+----------------------+--------+-------+-------+ diff --git a/docs/src/documentation.md b/docs/src/documentation.md index a96250ec0c..63963c6c88 100644 --- a/docs/src/documentation.md +++ b/docs/src/documentation.md @@ -117,14 +117,14 @@ Below are the supported features for each file formats. | **Document Properties** | Standard | ✓ | | | | | Extended | ✓ | | | | | UserDefined | ✓ | | | -| **Element Type** | Text | ✓ | | | +| **Element Type** | Text | ✓ | ✓ | | | | Text Run | ✓ | | | -| | Title | ✓ | | | +| | Title | ✓ | ✓ | | | | Link | ✓ | | | | | Preserve Text | ✓ | | | | | Text Break | ✓ | | | | | Page Break | ✓ | | | -| | List | ✓ | | | +| | List | ✓ | ✓ | | | | Table | ✓ | | | | | Image | ✓ | | | | | Object | | | |