antoine
ac89cc39ea
Add possibility to control the footnote number
2017-05-30 00:31:32 +02:00
antoine
68dd3fd576
rename attribute to match generated XML node name
2017-05-24 00:18:17 +02:00
antoine
6e49e89547
Merge branch 'support_comments' into develop
2017-05-15 23:00:10 +02:00
antoine
1cfb62de0d
Add support for comments
2017-05-15 22:49:02 +02:00
antoine
217fd6ecf1
fix image loading over https
2017-01-29 13:37:43 +01:00
antoine
517c432ee6
fix image loading over https
2017-01-29 13:16:54 +01:00
antoine
51c6b5fc38
add support for Image creation from string image data
2016-11-08 23:40:10 +01:00
antoine
46eebe2136
add support for Image creation from string image data
2016-11-08 23:22:22 +01:00
antoine
d52d9b8985
Add support for XE and INDEX fields
2016-10-27 23:12:26 +02:00
Progi1984
c71069022e
Merge pull request #821 from brutto/patch-1
...
Add info about Invalid image
2016-08-23 10:24:27 +02:00
Roman Syroeshko
2bcfacfbf9
Updated copyright.
2016-07-31 12:35:08 +04:00
Roman Syroeshko
1827eab20c
Removed deprecated code.
2016-07-30 22:41:31 +04:00
Anton Karakulov
0652302423
add info about Invalid image
...
if there are many images in document are used and one of them throws `InvalidImageException` it is very difficult to detect which one without any message here...
2016-06-19 15:27:01 +03:00
Sam Sullivan
f4ec74a4c5
imagesavealpha() in Element\Image
2016-04-11 12:49:18 -05:00
Denis Solovyov
0857f36572
Add TextRun as container for CheckBox
2016-02-12 17:37:44 +02:00
Roman Syroeshko
995dc68706
Improved coverage for \PhpOffice\PhpWord\Element\Section ( #665 ).
2016-01-23 22:19:06 +04:00
Roman Syroeshko
8bc236460a
Improved coverage for \PhpOffice\PhpWord\Element\Section ( #665 ).
2016-01-23 22:10:13 +04:00
Roman Syroeshko
a621447993
Improved coverage for \PhpOffice\PhpWord\Element\Section ( #665 ).
2016-01-23 21:35:04 +04:00
Roman Syroeshko
ea4388def5
Improved coverage for \PhpOffice\PhpWord\Element\Section ( #665 ).
2016-01-23 21:06:09 +04:00
Roman Syroeshko
f359825cb7
Reviewed and merged #658 .
2016-01-23 19:16:34 +04:00
Roman Syroeshko
43fb23d896
Copyright update.
2015-12-05 21:26:01 +04:00
Roman Syroeshko
94c0d02330
Next round of refactoring of alignment-related functionality.
2015-10-10 19:06:23 +04:00
Sebastian Schwaiger
13a1c9f24f
A chart object can also be added to a table cell
2015-07-29 11:16:04 +02:00
Roman Syroeshko
4445fd3258
Replaced array_key_exists with isset for better performance.
2014-10-10 21:10:29 +04:00
Jelle Raaijmakers
9b3b1aa7a0
Set the right method name for addShape() in PHPDoc @method for AbstractContainer.
2014-08-31 00:06:00 +02:00
Roman Syroeshko
6f2d444ba9
https://github.com/PHPOffice/PHPWord/issues/310
2014-08-11 22:30:46 +04:00
Roman Syroeshko
e6d88a27e8
Refactored usages of "tempnam()" function.
2014-08-10 20:30:14 +04:00
Roman Syroeshko
56c3d8eda2
https://github.com/PHPOffice/PHPWord/issues/310
2014-08-10 20:00:19 +04:00
Progi1984
a23ff4de2f
Merge pull request #305 from jonnsn/internal-links
...
Internal links
2014-07-06 22:12:21 +02:00
Roman Syroeshko
197c6ec0b3
[FIXED] Wrong use of passing by reference.
2014-07-04 16:52:39 +04:00
Roman Syroeshko
c4638df0d6
[FIXED] Wrong use of passing by reference.
2014-07-04 16:35:13 +04:00
jogo
87c3df5536
add missing file
...
apply formatting to CGL
2014-07-04 14:10:20 +02:00
jogo
d54a674b97
add element bookmark and allow links to internal bookmarks in Word2007
2014-07-04 13:07:08 +02:00
Roman Syroeshko
47a17a33e8
Revert: [FIXED] Wrong use of passing by reference.
2014-07-04 13:02:28 +04:00
Roman Syroeshko
2c5d13c88e
[FIXED] Typo in Section->addHeaderFooter().
2014-07-04 12:25:53 +04:00
Roman Syroeshko
4a02142d63
[FIXED] Wrong use of passing by reference.
2014-07-04 12:13:11 +04:00
Roman Syroeshko
d0a609bc95
[CHANGED] Added "@return" annotation where it as missed.
2014-07-03 15:40:24 +04:00
Ivan Lanin
d8aef5c502
Bugfix #294 : add<elementName> of container should be case insensitive
2014-07-01 09:52:24 +07:00
Ivan Lanin
415d9b95c4
Update tests
2014-06-29 14:10:49 +07:00
Ivan Lanin
b5a63c5b55
Elaborate SDT elements
2014-06-28 11:47:29 +07:00
Ivan Lanin
cd547927ea
New structured document tag (SDT) element
2014-06-21 02:06:49 +07:00
Ivan Lanin
6a81691d45
#266 : Ability to add textinput, checkbox, and dropdown form elements
2014-06-16 00:31:17 +07:00
Ivan Lanin
a13e5b20f9
#278 : 3D charts and ability to set width and height
2014-06-15 20:48:26 +07:00
Ivan Lanin
3fef19093c
#278 : Basic chart
2014-06-14 12:49:39 +07:00
Ivan Lanin
a93b686ca3
Chart improvements
2014-06-11 23:04:13 +07:00
Ivan Lanin
056ff5e676
Basic chart support
2014-06-11 02:03:04 +07:00
Ivan Lanin
e952fdefb5
Refactor PhpWord to reduce dependencies
2014-06-08 19:37:08 +07:00
Ivan Lanin
63d53ac910
Use section "style" instead of "settings" for consistency
2014-06-08 16:44:46 +07:00
Ivan Lanin
a9c9c21d3b
Fix Travis test error
2014-06-08 03:38:53 +07:00
Ivan Lanin
893843969f
Refactor elements to move set relation Id from container to element
2014-06-08 03:00:53 +07:00