You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- PhpOffice\PhpPresentation\Writer\ODPresentation : Move to Design Pattern Decorator - @Progi1984
11
+
- PhpOffice\PhpPresentation\Writer\PowerPoint2007 : Move to Design Pattern Decorator - @Progi1984
12
+
- PhpOffice\PhpPresentation\Shape\Type\AbstracType\getData has been deprecated for PhpOffice\PhpPresentation\Shape\Type\AbstracType\getSeries - @Progi1984GH-169
13
+
- PhpOffice\PhpPresentation\Shape\Type\AbstracType\setData has been deprecated for PhpOffice\PhpPresentation\Shape\Type\AbstracType\setSeries - @Progi1984GH-169
14
+
- Added documentation for chart series (font, outline, marker) - @Progi1984GH-169
15
+
- Internal Structure for Drawing Shape - @Progi1984GH-192
16
+
- Documentation about manual installation - @danielbairGH-254
17
+
18
+
### Features
19
+
- ODPresentation & PowerPoint2007 Writer : Add support for Comment - @Progi1984GH-116
20
+
- ODPresentation & PowerPoint2007 Writer : Thumbnail of the presentation - @Progi1984GH-125
21
+
- ODPresentation & PowerPoint2007 Writer : Add support for Gridlines in Chart - @Progi1984GH-129
22
+
- ODPresentation & PowerPoint2007 Writer : Support for images in base 64 - @Progi1984GH-168
23
+
- ODPresentation & PowerPoint2007 Writer : Marker of Series in Line & Scatter chart is customizable - @Progi1984GH-169
24
+
- ODPresentation & PowerPoint2007 Writer : Outline of Series in Line & Scatter chart is customizable - @Progi1984GH-169
25
+
- ODPresentation & PowerPoint2007 & Serialized Writer : Support for Zip Adapter - @Progi1984GH-176
26
+
- ODPresentation & PowerPoint2007 Writer : language property to TextElement - @skrajewski & @Progi1984GH-180
27
+
- ODPresentation & PowerPoint2007 Writer : Add Font Support For Chart Axis - @jrking4GH-186
28
+
- ODPresentation & PowerPoint2007 Writer : Support for video - @Progi1984GH-123
29
+
- ODPresentation & PowerPoint2007 Writer : Support for Visibility for slides - @Progi1984
[](https://gitter.im/PHPOffice/PHPPowerPoint)
[](https://gitter.im/PHPOffice/PHPPresentation)
10
10
11
11
12
12
PHPPresentation is a library written in pure PHP that provides a set of classes to write to different presentation file formats, i.e. Microsoft [Office Open XML](http://en.wikipedia.org/wiki/Office_Open_XML) (OOXML or OpenXML) or OASIS [Open Document Format for Office Applications](http://en.wikipedia.org/wiki/OpenDocument) (OpenDocument or ODF).
13
13
14
-
PHPPresentation is an open source project licensed under the terms of [LGPL version 3](https://github.com/PHPOffice/PHPPresentation/blob/develop/COPYING.LESSER). PHPPresentation is aimed to be a high quality software product by incorporating [continuous integration](https://travis-ci.org/PHPOffice/PHPPresentation) and [unit testing](http://phpoffice.github.io/PHPPresentation/coverage/develop/). You can learn more about PHPPresentation by reading the [Developers' Documentation](http://phppowerpoint.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPPresentation/docs/develop/).
14
+
PHPPresentation is an open source project licensed under the terms of [LGPL version 3](https://github.com/PHPOffice/PHPPresentation/blob/develop/COPYING.LESSER). PHPPresentation is aimed to be a high quality software product by incorporating [continuous integration](https://travis-ci.org/PHPOffice/PHPPresentation) and [unit testing](http://phpoffice.github.io/PHPPresentation/coverage/develop/). You can learn more about PHPPresentation by reading the [Developers' Documentation](http://phppresentation.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPPresentation/docs/develop/).
15
15
16
16
Read more about PHPPresentation:
17
17
@@ -20,7 +20,7 @@ Read more about PHPPresentation:
More examples are provided in the [samples folder](samples/). You can also read the [Developers' Documentation](http://phppowerpoint.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPPresentation/docs/master/) for more detail.
137
+
More examples are provided in the [samples folder](samples/). You can also read the [Developers' Documentation](http://phppresentation.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPPresentation/docs/master/) for more detail.
0 commit comments