PHPWord/src/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 Add RTL aligning of tables 2019-01-03 11:33:56 +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 No nested w:pPr elements in ListItemRun. 2019-05-09 15:29:25 +02:00
AbstractWriter.php allow other streams 2019-02-22 22:06:54 +01:00
HTML.php update copyright to 2018 2018-03-08 23:52:25 +01:00
ODText.php update copyright to 2018 2018-03-08 23:52:25 +01:00
PDF.php update copyright to 2018 2018-03-08 23:52:25 +01:00
RTF.php update copyright to 2018 2018-03-08 23:52:25 +01:00
Word2007.php update copyright to 2018 2018-03-08 23:52:25 +01:00
WriterInterface.php update copyright to 2018 2018-03-08 23:52:25 +01:00