PHPWord/tests/PhpWord/Writer
Owen Leibman 11d82be21c Word2007 Writer - Field Style, RTL, noProof
1. Add support for font styles for fields, and write those to Word docs.
2. Word seems to require explicit inline w:rtl tag even when rtl is specified
   in a named style. Without this tag, words are placed in ltr order.
   Allow PhpWord doc to specify rtl in named style and have it
   display correctly in resulting doc.
3. A recent change incorrectly changed how noProof tag was generated,
   omitting the third parameter of 4 parameters in the call. There was
   no test case for this change. The call is now corrected, and a
   test case has been added.
2019-12-05 21:04:12 -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 Formatting changes in source code. 2019-11-17 00:07:02 -08:00
Word2007 Word2007 Writer - Field Style, RTL, noProof 2019-12-05 21:04:12 -08: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