PHPWord/tests/PhpWord/Writer/Word2007/Style
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
..
FontTest.php Word2007 Writer - Field Style, RTL, noProof 2019-12-05 21:04:12 -08:00
ImageTest.php add text wrapping distance 2018-03-11 13:27:35 +01:00
ParagraphTest.php Line spacing is wrong when using "exact" line spacing rule (#1509) 2018-12-03 16:09:20 +01:00
TableTest.php Add RTL aligning of tables 2019-01-03 11:33:56 +01:00