PHPWord/tests/PhpWord/Writer
owen ecfafd7576 RTF Changes
1. Converter is currently expecting colors as strings of hex digits,
   but PhpWord allows specification of colors by named constant, so
   result is random when one of those is used. This change handles
   all the named colors.
2. Table needs \pard at end; formatting may be wrong without it.
3. RTF writer will no longer ignore paragraph style for TextRun.
4. RTF writer will no longer ignore paragraph and font style for Title.
5. Add support for RTF headers and footers.
6. Add support for right-to-left in font.
7. Add support for PageBreakBefore and LineHeight for paragraphs.
8. Add support for PageNumberingStart for sections.

There are test cases for all of these changes.
2019-12-03 07:46:16 -08:00
..
HTML Merge branch 'develop' into html_writer_auto_invert_text_color 2019-03-01 16:33:50 +02:00
ODText update copyright to 2018 2018-03-08 23:52:25 +01:00
PDF update copyright to 2018 2018-03-08 23:52:25 +01:00
RTF RTF Changes 2019-12-03 07:46:16 -08:00
Word2007 add unit test 2019-06-13 23:03:09 +02:00
HTMLTest.php Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
ODTextTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
PDFTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
RTFTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
Word2007Test.php Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00