troosan
13384f63d3
update comment
2021-02-05 21:15:51 +01:00
Ciki
1f67c993e2
Fix deprecated warning for non-hexadecimal number
...
I've come across this deprecated warning when trying to save docx to pdf.. if cellBgColor is set to `auto` it should be converted back to `null` which has in practice the same functionality.
2020-12-22 12:12:18 +01:00
Maxim
8931ab12b2
Merge branch 'develop' into html_writer_auto_invert_text_color
2019-03-01 16:33:50 +02:00
troosan
b375b8580f
fix broken samples
2018-12-30 01:13:54 +01:00
troosan
b50de97a41
support auto table layout too
2018-11-28 22:54:57 +01:00
Abubakkar Rangara
4b9ae18d5a
Adding table layout to the generated HTML - fixed php-cs-fixer error
2018-07-24 14:23:23 +01:00
Abubakkar Rangara
e61c40e71d
Adding table layout to the generated HTML if element has layout style. This is useful when using creating PDF from PHPWord (e.g. using dompdf), otherwise the PDF does not contain any layout for table.
2018-07-24 13:59:16 +01:00
Maxim Bulygin
e40449e7c8
fix variable names
2018-05-24 17:40:21 +03:00
Maxim Bulygin
13fc647d01
html writes / setup table cell color
2018-05-24 17:03:35 +03:00
troosan
d7fc1a5f7b
Merge branch 'develop' into develop
2018-03-20 21:49:36 +01:00
troosan
77f2b16bc1
update copyright to 2018
2018-03-08 23:52:25 +01:00
Matt Bolt
a95c3f83bc
Fix colspan and rowspan for tables in HTML Writer. Syntax improved.
2018-02-19 18:02:55 +08:00
Matt Bolt
557af99a6d
Fix colspan and rowspan for tables in HTML Writer
2018-02-19 13:08:17 +08:00
troosan
0459670a9c
Enable php-cs-fixer in build & fix resulting warnings ( #1099 )
...
* enable php 7.1 build
* upgrade to dompdf/dompdf 0.8.*
* update phpunit & hide output during tests
* run code coverage analysis on 1 build only
* Add php-cs
* Update Copyright
2017-11-04 22:44:12 +01:00
Roman Syroeshko
2bcfacfbf9
Updated copyright.
2016-07-31 12:35:08 +04:00
Roman Syroeshko
43fb23d896
Copyright update.
2015-12-05 21:26:01 +04:00
Franz Holzinger
ca664a53d7
Update Table.php
...
You must not open a <th> and close it as a </td>.
read http://www.w3schools.com/tags/tag_th.asp
2014-12-03 17:01:27 +01:00
Ivan Lanin
b91e3209fa
Refactor ODT writer to give enable some additional features
2014-05-18 14:43:11 +07:00
Ivan Lanin
04a62f3255
QA: Code cleanup and some additional tests
2014-05-14 19:41:44 +07:00
Ivan Lanin
c7e4ed0c18
Type check in element writers
2014-05-11 20:10:36 +07:00
Ivan Lanin
0b13b22e07
Refactor HTML & PDF writer with composite pattern
2014-05-10 14:23:22 +07:00
Ivan Lanin
0c1e47d7a7
Type checking
2014-05-06 23:37:14 +07:00
Roman Syroeshko
2add5541ce
[CHANGED] https://github.com/PHPOffice/PHPWord/pull/179 - copyright notice has been added.
2014-05-05 13:06:53 +04:00
Roman Syroeshko
89f94b793d
[CHANGED] https://github.com/PHPOffice/PHPWord/pull/179 - copyright info has been changed.
2014-05-05 12:38:32 +04:00
Roman Syroeshko
6c3d1e721d
License version has been added.
2014-05-04 21:03:29 +04:00
Ivan Lanin
35d06cc2ce
Change PHPWord license to LGPL 3 as per #211
2014-05-04 17:55:54 +07:00
Ivan Lanin
2567a2223c
Update changelog and fine tune changes
2014-04-25 18:56:19 +07:00
Ivan Lanin
324994137f
Refactor: Apply composite design pattern to HTML writer
2014-04-24 23:50:06 +07:00