PHPWord/tests/PhpWord
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
..
Collection update copyright to 2018 2018-03-08 23:52:25 +01:00
ComplexType update copyright to 2018 2018-03-08 23:52:25 +01:00
Element Merge pull request #1637 from bhattnishant/master 2019-08-08 07:08:13 +02:00
Escaper Formatting changes in source code. 2019-11-17 00:07:02 -08:00
Exception update copyright to 2018 2018-03-08 23:52:25 +01:00
Metadata update copyright to 2018 2018-03-08 23:52:25 +01:00
Reader fix warnings 2019-02-05 23:05:18 +01:00
Shared RTF Changes 2019-12-03 07:46:16 -08:00
Style implement support for section vAlign 2019-02-05 21:42:14 +01:00
Writer RTF Changes 2019-12-03 07:46:16 -08:00
_files Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
_includes Ensure that entity_loader disable variable is re-set back to the original setting 2019-03-31 08:31:49 +11:00
IOFactoryTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
MediaTest.php Use embedded http server to test loading of remote images 2018-12-30 14:14:27 +01:00
PhpWordTest.php update copyright to 2018 2018-03-08 23:52:25 +01:00
SettingsTest.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
TemplateProcessorTest.php Add reading of the settings part 2019-02-04 23:59:37 +01:00