Bc. Štefan Kubini
1451fadc4a
Add List for docx to html writer #1717
2019-11-28 23:33:10 +01:00
Bc. Štefan Kubini
b230242127
fixed List item fail #1711
2019-11-05 10:46:24 +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
Humberto Pereira
8c62cea580
Fix Writer losing text when Title contains a TextRun instead a string.
2018-07-17 21:10:53 -04: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
bb70eb0b4c
fix docx parsing
2018-03-18 12:37:39 +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
ee95cf3df0
Merge pull request #1278 from troosan/fix_internal_links_in_html_output
...
Add HTML writer for Bookmarks + tests
2018-02-11 00:21:12 +01:00
troosan
377fb99fbc
Add HTML writer for Bookmarks + tests
2018-02-10 23:43:15 +01:00
troosan
604e60cae9
Add support for Track changes ( #1262 )
...
* add changed information to HTML writer
* add missing writeFontStyle
* refactor track changes
* set the style
* update documentation and release note
* Update the changelog and doc
* fix scrutinizer issues
2018-02-09 21:49:11 +01:00
troosan
670d46e543
add getter/setter on paragraph for child spacing rule
2017-11-22 00:14:31 +01:00
troosan
03d4a36b9b
fixed HTML superscript, and added allcaps, smallcaps, and letter-spacing
2017-11-05 00:03:06 +01:00
troosan
7e3d9fb89a
replace @link with @see
2017-09-26 22:00:02 +02:00
troosan
cb469b973e
more fixes
2017-09-26 17:34:57 +02:00
troosan
a8ade6d22d
general updates
...
Change "some" code to comply to php-cs rules
Update copyright year to 2010-2017
2017-09-24 22:15:42 +02:00
troosan
8c3efa4a51
remove unused variable
2017-07-01 16:56:33 +02:00
Hubert Miazek
e22ece8c00
#431
2017-06-19 11:05:59 +02:00
Roman Syroeshko
2bcfacfbf9
Updated copyright.
2016-07-31 12:35:08 +04:00
Roman Syroeshko
649da97a42
Fixed build.
2016-06-28 21:50:02 +04:00
Roman Syroeshko
4c7e1399fe
#483 . Output escaping for HTML.
2016-06-28 21:37:36 +04:00
Roman Syroeshko
43fb23d896
Copyright update.
2015-12-05 21:26:01 +04:00
Roman Syroeshko
fbfde2e0ee
#441 (added @since annotation).
2014-12-17 21:39:19 +04:00
Progi1984
2176232910
Merge PR #441
2014-12-10 19:55:07 +01:00
chc88
d330e57018
Update PageBreak.php
...
Update pdf-generation; check if we're generating a pdf
2014-12-10 15:49:40 +01:00
Roman Syroeshko
2cb124f5b1
https://github.com/PHPOffice/PHPWord/issues/51
2014-12-09 21:35:26 +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
chc88
37ca009769
Extend HTML output for pagebreaks for PDF generation
...
Make HTML output of pagebreak compatible for the different PDF writers by combining:
http://mpdf1.com/manual/index.php?tid=110 (tested and working)
and
https://code.google.com/p/dompdf/wiki/FAQ (tested and working)
and
http://chandeshparekh.com/css-to-create-new-page-in-php-tcpdf-pdf/
2014-11-14 17:26:23 +01:00
Roman Syroeshko
d0a609bc95
[CHANGED] Added "@return" annotation where it as missed.
2014-07-03 15:40:24 +04:00
Ivan Lanin
893843969f
Refactor elements to move set relation Id from container to element
2014-06-08 03:00:53 +07:00
Ivan Lanin
9839222492
QA: Additional unit tests
2014-05-31 22:28:13 +07:00
Ivan Lanin
a65c3c3cf1
RTF Writer: Ability to write image
2014-05-23 19:22:40 +07:00
Ivan Lanin
e00b551aa2
Breakdown HTML Writer to head and body parts and more cyclomatic complexity reductions
2014-05-23 16:48:11 +07:00
Ivan Lanin
553371f088
Type hinting and docblock update
2014-05-19 14:27:55 +07:00
Ivan Lanin
d64fc98a51
Merge branch 'zip' into develop
2014-05-18 22:56:45 +07:00
Ivan Lanin
b91e3209fa
Refactor ODT writer to give enable some additional features
2014-05-18 14:43:11 +07:00
Ivan Lanin
5519131f3e
Unify PHP ZipArchive and PCLZip features into PhpWord ZipArchive
2014-05-17 23:30:13 +07:00
Ivan Lanin
4d9e4062c3
QA: Scrutinizer dedup
2014-05-15 14:41:08 +07:00
Ivan Lanin
27fa3ba233
Remove fontStyle parameter from ListItemRun and various small fixes
2014-05-15 01:13:22 +07:00
Ivan Lanin
04a62f3255
QA: Code cleanup and some additional tests
2014-05-14 19:41:44 +07:00
Ivan Lanin
7ae8c3cb81
Refactoring: Word2007 table and marginborder style writer
2014-05-13 14:57:04 +07:00
Ivan Lanin
8745c5ee30
Change behaviour of set... function of boolean properties; Some bug fixing based on Scrutinizer; New Row Word2007 style writer
2014-05-13 12:50:18 +07:00
Ivan Lanin
55e715b5b1
Add variable type hints
2014-05-12 15:54:10 +07:00