PHPWord/tests/PhpWord/Writer/Word2007
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
..
Part use PasswordEncoder from phpoffice/common instead 2018-07-14 02:51:08 +02:00
Style Word2007 Writer - Field Style, RTL, noProof 2019-12-05 21:04:12 -08:00
ElementTest.php Word2007 Writer - Field Style, RTL, noProof 2019-12-05 21:04:12 -08:00
PartTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
StyleTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00