Skip to content

Commit 6b39006

Browse files
committed
#634 : Improved documentation
1 parent 536256d commit 6b39006

File tree

10 files changed

+247
-245
lines changed

10 files changed

+247
-245
lines changed

docs/changes/0.2.0.md

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@
22

33
## Features
44

5-
- Provide fluent interfaces where possible - @maartenba CP-815
6-
- Use existing presentation template when writing PPTX file - @maartenba CP-1034
7-
- Implement bullet and numeric lists - @maartenba CP-1093
8-
- getProperties: setCompany feature request - @maartenba CP-1173
9-
- New shape type: table - @maartenba CP-1375
10-
- Use of CDATA text when writing text - @maartenba CP-2804
11-
- Possibility to set borders on tables and table cells - @maartenba CP-1378
12-
- Access to additional properties of Text Boxes - @maartenba CP-4921
13-
- Applied patch 7010 - @maartenba CP-7010
14-
- Applied patch 7020 - @maartenba CP-7020
15-
- Add a hyperlink to an image or textbox - @maartenba CP-1196
16-
- PowerPoint Charts - @maartenba CP-4953
17-
- Editing chart data - @maartenba CP-5580
18-
- Solid Fill support - @maartenba CP-5461
19-
- Applied patch 8375 - @maartenba CP-8375
20-
- Implement autoloader - @MarkBaker
21-
- ODPresentation Writer : Implement Basic Writer - @Progi1984 GH-1
22-
- ODPresentation Writer : Implement Support of Charts - @Progi1984 GH-33
23-
- ODPresentation Writer : Implement Support of Lines - @Progi1984 GH-30
24-
- ODPresentation Writer : Implement Support of Tables - @Progi1984 GH-31
25-
- PowerPoint2007 Writer : Implement Support of Fill - @Progi1984 GH-32
5+
- Provide fluent interfaces where possible - [@maartenba](https://github.com/maartenba) CP-815
6+
- Use existing presentation template when writing PPTX file - [@maartenba](https://github.com/maartenba) CP-1034
7+
- Implement bullet and numeric lists - [@maartenba](https://github.com/maartenba) CP-1093
8+
- getProperties: setCompany feature request - [@maartenba](https://github.com/maartenba) CP-1173
9+
- New shape type: table - [@maartenba](https://github.com/maartenba) CP-1375
10+
- Use of CDATA text when writing text - [@maartenba](https://github.com/maartenba) CP-2804
11+
- Possibility to set borders on tables and table cells - [@maartenba](https://github.com/maartenba) CP-1378
12+
- Access to additional properties of Text Boxes - [@maartenba](https://github.com/maartenba) CP-4921
13+
- Applied patch 7010 - [@maartenba](https://github.com/maartenba) CP-7010
14+
- Applied patch 7020 - [@maartenba](https://github.com/maartenba) CP-7020
15+
- Add a hyperlink to an image or textbox - [@maartenba](https://github.com/maartenba) CP-1196
16+
- PowerPoint Charts - [@maartenba](https://github.com/maartenba) CP-4953
17+
- Editing chart data - [@maartenba](https://github.com/maartenba) CP-5580
18+
- Solid Fill support - [@maartenba](https://github.com/maartenba) CP-5461
19+
- Applied patch 8375 - [@maartenba](https://github.com/maartenba) CP-8375
20+
- Implement autoloader - [@MarkBaker](https://github.com/MarkBaker)
21+
- ODPresentation Writer : Implement Basic Writer - [@Progi1984](https://github.com/Progi1984) GH-1
22+
- ODPresentation Writer : Implement Support of Charts - [@Progi1984](https://github.com/Progi1984) GH-33
23+
- ODPresentation Writer : Implement Support of Lines - [@Progi1984](https://github.com/Progi1984) GH-30
24+
- ODPresentation Writer : Implement Support of Tables - [@Progi1984](https://github.com/Progi1984) GH-31
25+
- PowerPoint2007 Writer : Implement Support of Fill - [@Progi1984](https://github.com/Progi1984) GH-32
2626

2727
## Bugfix
2828

29-
- Allow solid color fill - @MarkBaker
30-
- Table width setting Office 2007 - @maartenba CP-3910
31-
- Bullet characters in Master Slide Layouts of template file become corrupted - @maartenba CP-4598
32-
- Generated files cannot be opened in Office 08 for Mac OSX - @maartenba CP-3424
33-
- Table Cell Borders Not Displaying Correctly - @maartenba CP-2541
34-
- Multiple Master Slides are not supported - @maartenba CP-4597
35-
- Images in Layouts other than first Master Slide within Template file causes corrupted PPTX - @maartenba CP-4596
36-
- Fixed A3 and A4 formats dimensions - @delphiki GH-16
37-
- Fixed custom document layout - @delphiki GH-18
38-
- Filename parameter is required for IWriter::save method - @sapfeer0k GH-19
39-
- DocumentLayout: Fix incorrect variable assignment - @kaiesh GH-6
40-
- Hyperlink: Wrong input parameter object type in setHyperlink - @nynka GH-23
41-
- ODPresentation Writer: ODP writer is locale sensitive in the wrong places - @Progi1984 GH-21
42-
- ODPresentation Writer: Display InMemory Image - @Progi1984 GH-29
43-
- PowerPoint2007 Writer: Bar3D doesn't display - @Progi1984 GH-32
44-
- PowerPoint2007 Writer: Changed PowerPoint2007 writer attributes to protected - @delphiki GH-20
45-
- PowerPoint2007 Writer: Scatter chart with numerical X values not working well - @Progi1984 GH-3
46-
- Shape RichText: Support of Vertical Alignment in PowerPoint2007 - @Progi1984 GH-35
29+
- Allow solid color fill - [@MarkBaker](https://github.com/MarkBaker)
30+
- Table width setting Office 2007 - [@maartenba](https://github.com/maartenba) CP-3910
31+
- Bullet characters in Master Slide Layouts of template file become corrupted - [@maartenba](https://github.com/maartenba) CP-4598
32+
- Generated files cannot be opened in Office 08 for Mac OSX - [@maartenba](https://github.com/maartenba) CP-3424
33+
- Table Cell Borders Not Displaying Correctly - [@maartenba](https://github.com/maartenba) CP-2541
34+
- Multiple Master Slides are not supported - [@maartenba](https://github.com/maartenba) CP-4597
35+
- Images in Layouts other than first Master Slide within Template file causes corrupted PPTX - [@maartenba](https://github.com/maartenba) CP-4596
36+
- Fixed A3 and A4 formats dimensions - [@delphiki](https://github.com/delphiki) GH-16
37+
- Fixed custom document layout - [@delphiki](https://github.com/delphiki) GH-18
38+
- Filename parameter is required for IWriter::save method - [@sapfeer0k](https://github.com/sapfeer0k) GH-19
39+
- DocumentLayout: Fix incorrect variable assignment - [@kaiesh](https://github.com/kaiesh) GH-6
40+
- Hyperlink: Wrong input parameter object type in setHyperlink - [@nynka](https://github.com/nynka) GH-23
41+
- ODPresentation Writer: ODP writer is locale sensitive in the wrong places - [@Progi1984](https://github.com/Progi1984) GH-21
42+
- ODPresentation Writer: Display InMemory Image - [@Progi1984](https://github.com/Progi1984) GH-29
43+
- PowerPoint2007 Writer: Bar3D doesn't display - [@Progi1984](https://github.com/Progi1984) GH-32
44+
- PowerPoint2007 Writer: Changed PowerPoint2007 writer attributes to protected - [@delphiki](https://github.com/delphiki) GH-20
45+
- PowerPoint2007 Writer: Scatter chart with numerical X values not working well - [@Progi1984](https://github.com/Progi1984) GH-3
46+
- Shape RichText: Support of Vertical Alignment in PowerPoint2007 - [@Progi1984](https://github.com/Progi1984) GH-35
4747

4848
## Miscellaneous
4949

50-
- Rename PHPPowerpoint.php to PHPPowerPoint.php - @maartenba CP-1165
51-
- Create build script using Phing - @maartenba CP-5270
52-
- QA: Prepare `.travis.yml` and `phpcs.xml` for Travis build passing - @Progi1984 @ivanlanin
53-
- QA: Initiate unit tests - @Progi1984 @ivanlanin
54-
- QA: Cleanup source code for PSR dan PHPDoc compatibility - @ivanlanin
55-
- QA: Unit Tests - @Progi1984 & @ivanlanin
56-
- Doc: Initiate documentation - @ivanlanin
57-
- Doc: Move to [Read The Docs](http://phppowerpoint.readthedocs.org) - @Progi1984
58-
- Refactor: Change PHPPowerPoint_Shape_Shadow to PHPPowerPoint_Style_Shadow because it's a style, not a shape - @ivanlanin
59-
- Refactor: Change PHPPowerPoint_SlideIterator to PHPPowerPoint_Slide_Iterator - @ivanlanin
50+
- Rename PHPPowerpoint.php to PHPPowerPoint.php - [@maartenba](https://github.com/maartenba) CP-1165
51+
- Create build script using Phing - [@maartenba](https://github.com/maartenba) CP-5270
52+
- QA: Prepare `.travis.yml` and `phpcs.xml` for Travis build passing - [@Progi1984](https://github.com/Progi1984) [@ivanlanin](https://github.com/ivanlanin)
53+
- QA: Initiate unit tests - [@Progi1984](https://github.com/Progi1984) [@ivanlanin](https://github.com/ivanlanin)
54+
- QA: Cleanup source code for PSR dan PHPDoc compatibility - [@ivanlanin](https://github.com/ivanlanin)
55+
- QA: Unit Tests - [@Progi1984](https://github.com/Progi1984) & [@ivanlanin](https://github.com/ivanlanin)
56+
- Doc: Initiate documentation - [@ivanlanin](https://github.com/ivanlanin)
57+
- Doc: Move to [Read The Docs](http://phppowerpoint.readthedocs.org) - [@Progi1984](https://github.com/Progi1984)
58+
- Refactor: Change PHPPowerPoint_Shape_Shadow to PHPPowerPoint_Style_Shadow because it's a style, not a shape - [@ivanlanin](https://github.com/ivanlanin)
59+
- Refactor: Change PHPPowerPoint_SlideIterator to PHPPowerPoint_Slide_Iterator - [@ivanlanin](https://github.com/ivanlanin)

docs/changes/0.3.0.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# 0.3.0 - 2014-09-22
22

33
## Features
4-
- PowerPoint97 Reader : Implement Basic Reader - @Progi1984 GH-15 GH-14 GH-4
5-
- ODPresentation Writer : Ability to set auto shrink text - @Progi1984 GH-28
6-
- Make package PSR-4 compliant. Autoload classes by composer out of the box - @Djuki GH-41
4+
- PowerPoint97 Reader : Implement Basic Reader - [@Progi1984](https://github.com/Progi1984) GH-15 GH-14 GH-4
5+
- ODPresentation Writer : Ability to set auto shrink text - [@Progi1984](https://github.com/Progi1984) GH-28
6+
- Make package PSR-4 compliant. Autoload classes by composer out of the box - [@Djuki](https://github.com/Djuki) GH-41
77

88
## Bugfix
9-
- PowerPoint2007 Writer : Powerpoint Repair Error in Office 2010 - @Progi1984 GH-39
10-
- PowerPoint2007 Writer : BUG: Repair Error / Wrong anchor if you don't set vertical alignment different to VERTICAL_BASE - @fregge GH-42
11-
- PowerPoint2007 Writer : Keynote incompatibility - @catrane CP#237322 / @Progi1984 GH-46
9+
- PowerPoint2007 Writer : Powerpoint Repair Error in Office 2010 - [@Progi1984](https://github.com/Progi1984) GH-39
10+
- PowerPoint2007 Writer : BUG: Repair Error / Wrong anchor if you don't set vertical alignment different to VERTICAL_BASE - [@fregge](https://github.com/fregge) GH-42
11+
- PowerPoint2007 Writer : Keynote incompatibility - [@catrane](https://github.com/catrane) CP#237322 / [@Progi1984](https://github.com/Progi1984) GH-46
1212

1313
## Miscellaneous
14-
- QA : Move AbstractType for Chart - @Progi1984
15-
- QA : Unit Tests - @Progi1984
14+
- QA : Move AbstractType for Chart - [@Progi1984](https://github.com/Progi1984)
15+
- QA : Unit Tests - [@Progi1984](https://github.com/Progi1984)

docs/changes/0.4.0.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
# 0.4.0 - 2015-07-07
22

33
## Features
4-
- Added support for grouping shapes together in a Group - @Pr0phet GH-68
5-
- Added support for calculating the offset and extent on a Slide. - @Pr0phet GH-68
6-
- Added support for Horizontal bar chart - @rdoepke @Progi1984 GH-58
7-
- Added support for hyperlink on picture (ODPresentation & PowerPoint2007) - @Progi1984 GH-49
8-
- Added support for hyperlink on richtext (PowerPoint2007) - @JewrassicPark GH-49
9-
- Added support for notes slide (ODPresentation & PowerPoint2007) - @Progi1984 @JewrassicPark GH-63
10-
- Added option for explosion in Pie3D Chart (ODPresentation & PowerPoint2007) - @Progi1984 GH-76
11-
- ODPresentation Writer : Support for fill in RichText - @Progi1984 GH-79
12-
- ODPresentation Writer : Support for border style in RichText - @Progi1984 GH-79
13-
- ODPresentation Writer : Support for Area Chart - @Progi1984 GH-82
14-
- PowerPoint2007 Writer : Support for Area Chart - @Progi1984 GH-82
15-
- ODPresentation Writer : Support for Bar Chart - @Progi1984 GH-82
16-
- PowerPoint2007 Writer : Support for Bar Chart - @Progi1984 GH-82
17-
- Added units in DocumentLayout - @Progi1984 GH-87
18-
- Added support for transitions between slides - @Progi1984
19-
- ODPresentation Writer : Support for Pie Chart & Stack Percent Bar Charts - @jrking4 GH-108
20-
- PowerPoint2007 Writer : Support for Pie Chart & Stack Percent Bar Charts - @jrking4 GH-108
4+
- Added support for grouping shapes together in a Group - [@Pr0phet](https://github.com/Pr0phet) GH-68
5+
- Added support for calculating the offset and extent on a Slide. - [@Pr0phet](https://github.com/Pr0phet) GH-68
6+
- Added support for Horizontal bar chart - [@rdoepke](https://github.com/rdoepke) [@Progi1984](https://github.com/Progi1984) GH-58
7+
- Added support for hyperlink on picture (ODPresentation & PowerPoint2007) - [@Progi1984](https://github.com/Progi1984) GH-49
8+
- Added support for hyperlink on richtext (PowerPoint2007) - [@JewrassicPark](https://github.com/JewrassicPark) GH-49
9+
- Added support for notes slide (ODPresentation & PowerPoint2007) - [@Progi1984](https://github.com/Progi1984) [@JewrassicPark](https://github.com/JewrassicPark) GH-63
10+
- Added option for explosion in Pie3D Chart (ODPresentation & PowerPoint2007) - [@Progi1984](https://github.com/Progi1984) GH-76
11+
- ODPresentation Writer : Support for fill in RichText - [@Progi1984](https://github.com/Progi1984) GH-79
12+
- ODPresentation Writer : Support for border style in RichText - [@Progi1984](https://github.com/Progi1984) GH-79
13+
- ODPresentation Writer : Support for Area Chart - [@Progi1984](https://github.com/Progi1984) GH-82
14+
- PowerPoint2007 Writer : Support for Area Chart - [@Progi1984](https://github.com/Progi1984) GH-82
15+
- ODPresentation Writer : Support for Bar Chart - [@Progi1984](https://github.com/Progi1984) GH-82
16+
- PowerPoint2007 Writer : Support for Bar Chart - [@Progi1984](https://github.com/Progi1984) GH-82
17+
- Added units in DocumentLayout - [@Progi1984](https://github.com/Progi1984) GH-87
18+
- Added support for transitions between slides - [@Progi1984](https://github.com/Progi1984)
19+
- ODPresentation Writer : Support for Pie Chart & Stack Percent Bar Charts - [@jrking4](https://github.com/jrking4) GH-108
20+
- PowerPoint2007 Writer : Support for Pie Chart & Stack Percent Bar Charts - [@jrking4](https://github.com/jrking4) GH-108
2121

2222
## Bugfix
23-
- PSR-0 via composer broken - @Progi1984 GH-51
24-
- ODPresentation Writer : Title in Legend in chart doesn't displayed - @Progi1984 GH-79
25-
- ODPresentation Writer : Segments in Pie3D Chart are now in clockwise order, as in PowerPoint2007 Writer - @Progi1984 GH-79
26-
- ODPresentation Writer : Axis in Line Chart have not tick marks displayed, as in PowerPoint2007 Writer - @Progi1984 GH-79
27-
- ODPresentation Writer : Shadow don't work for RichTextShapes - @Progi1984 GH-81
28-
- PowerPoint2007 Writer : Fill don't work for RichTextShapes - @Progi1984 GH-61
29-
- PowerPoint2007 Writer : Border don't work for RichTextShapes - @Progi1984 GH-61
30-
- PowerPoint2007 Writer : Hyperlink in table doesn't work - @Progi1984 GH-70
31-
- PowerPoint2007 Writer : AutoFitNormal works with options (fontScale & lineSpacingReduction) - @Progi1984 @desigennaro GH-71
32-
- PowerPoint2007 Writer : Shadow don't work for RichTextShapes - @Progi1984 GH-81
33-
- PowerPoint2007 Writer : Visibility of the Title doesn't work - @Progi1984 GH-107
34-
- Refactor findLayoutIndex to findLayoutId where it assumes the slideLayout order was sorted. IMPROVED: unit tests - @kenliau GH-95
23+
- PSR-0 via composer broken - [@Progi1984](https://github.com/Progi1984) GH-51
24+
- ODPresentation Writer : Title in Legend in chart doesn't displayed - [@Progi1984](https://github.com/Progi1984) GH-79
25+
- ODPresentation Writer : Segments in Pie3D Chart are now in clockwise order, as in PowerPoint2007 Writer - [@Progi1984](https://github.com/Progi1984) GH-79
26+
- ODPresentation Writer : Axis in Line Chart have not tick marks displayed, as in PowerPoint2007 Writer - [@Progi1984](https://github.com/Progi1984) GH-79
27+
- ODPresentation Writer : Shadow don't work for RichTextShapes - [@Progi1984](https://github.com/Progi1984) GH-81
28+
- PowerPoint2007 Writer : Fill don't work for RichTextShapes - [@Progi1984](https://github.com/Progi1984) GH-61
29+
- PowerPoint2007 Writer : Border don't work for RichTextShapes - [@Progi1984](https://github.com/Progi1984) GH-61
30+
- PowerPoint2007 Writer : Hyperlink in table doesn't work - [@Progi1984](https://github.com/Progi1984) GH-70
31+
- PowerPoint2007 Writer : AutoFitNormal works with options (fontScale & lineSpacingReduction) - [@Progi1984](https://github.com/Progi1984) [@desigennaro](https://github.com/desigennaro) GH-71
32+
- PowerPoint2007 Writer : Shadow don't work for RichTextShapes - [@Progi1984](https://github.com/Progi1984) GH-81
33+
- PowerPoint2007 Writer : Visibility of the Title doesn't work - [@Progi1984](https://github.com/Progi1984) GH-107
34+
- Refactor findLayoutIndex to findLayoutId where it assumes the slideLayout order was sorted. IMPROVED: unit tests - [@kenliau](https://github.com/kenliau) GH-95
3535

3636
## Miscellaneous
37-
- Improved the sample 04-Table for having a Text Run in a Cell - @Progi1984 GH-84
38-
- Improved the sample 04-Table for having two links in a Cell - @Progi1984 GH-93
39-
- Improved the documentation about Table Shapes and cell width - @Progi1984 GH-104
40-
- Some parts of code shared between PHPOffice projects have been moved to PhpOffice/Common - @Progi1984
41-
- Refactored the PowerPoint97 Reader for managing the group shape and improving evolutions - @Progi1984 GH-110
42-
- Added a sample (12) for PowerPoint97 Reader with tree of the PhpPowerPoint object - @Progi1984 GH-110
37+
- Improved the sample 04-Table for having a Text Run in a Cell - [@Progi1984](https://github.com/Progi1984) GH-84
38+
- Improved the sample 04-Table for having two links in a Cell - [@Progi1984](https://github.com/Progi1984) GH-93
39+
- Improved the documentation about Table Shapes and cell width - [@Progi1984](https://github.com/Progi1984) GH-104
40+
- Some parts of code shared between PHPOffice projects have been moved to PhpOffice/Common - [@Progi1984](https://github.com/Progi1984)
41+
- Refactored the PowerPoint97 Reader for managing the group shape and improving evolutions - [@Progi1984](https://github.com/Progi1984) GH-110
42+
- Added a sample (12) for PowerPoint97 Reader with tree of the PhpPowerPoint object - [@Progi1984](https://github.com/Progi1984) GH-110

docs/changes/0.5.0.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# 0.5.0 - 2015-10-08
22

33
## Features
4-
- PowerPoint2007 Reader : Initial Commit - @Progi1984 GH-44
5-
- ODPresentation Reader : Initial Commit - @Progi1984 GH-113
4+
- PowerPoint2007 Reader : Initial Commit - [@Progi1984](https://github.com/Progi1984) GH-44
5+
- ODPresentation Reader : Initial Commit - [@Progi1984](https://github.com/Progi1984) GH-113
66

77
## Bugfix
8-
- Fixed the sample in Readme.md - @Progi1984 GH-114
8+
- Fixed the sample in Readme.md - [@Progi1984](https://github.com/Progi1984) GH-114
99

1010
## Changes
11-
- PhpOffice\PhpPowerpoint becomes PhpOffice\PhpPresentation - @Progi1984 GH-25
12-
- PhpOffice\PhpPowerpoint\Style\Font::setStriketrough has been removed : Use setStrikethrough - @Progi1984
13-
- PhpOffice\PhpPowerpoint\AbstractShape::getSlide has been removed - @Progi1984
14-
- PhpOffice\PhpPowerpoint\AbstractShape::setSlide has been removed - @Progi1984
15-
- PhpOffice\PhpPowerpoint\DocumentLayout::getLayoutXmilli has been removed : getCX(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
16-
- PhpOffice\PhpPowerpoint\DocumentLayout::getLayoutYmilli has been removed : getCY(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
17-
- PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutXmilli has been removed : setCX(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
18-
- PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutYmilli has been removed : setCY(DocumentLayout::UNIT_MILLIMETER) - @Progi1984
19-
- Update the dependence PhpOffice\Common to 0.2.* - @Progi1984
20-
- Migrated Travis CI to legacy - @Progi1984 GH-115
11+
- PhpOffice\PhpPowerpoint becomes PhpOffice\PhpPresentation - [@Progi1984](https://github.com/Progi1984) GH-25
12+
- PhpOffice\PhpPowerpoint\Style\Font::setStriketrough has been removed : Use setStrikethrough - [@Progi1984](https://github.com/Progi1984)
13+
- PhpOffice\PhpPowerpoint\AbstractShape::getSlide has been removed - [@Progi1984](https://github.com/Progi1984)
14+
- PhpOffice\PhpPowerpoint\AbstractShape::setSlide has been removed - [@Progi1984](https://github.com/Progi1984)
15+
- PhpOffice\PhpPowerpoint\DocumentLayout::getLayoutXmilli has been removed : getCX(DocumentLayout::UNIT_MILLIMETER) - [@Progi1984](https://github.com/Progi1984)
16+
- PhpOffice\PhpPowerpoint\DocumentLayout::getLayoutYmilli has been removed : getCY(DocumentLayout::UNIT_MILLIMETER) - [@Progi1984](https://github.com/Progi1984)
17+
- PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutXmilli has been removed : setCX(DocumentLayout::UNIT_MILLIMETER) - [@Progi1984](https://github.com/Progi1984)
18+
- PhpOffice\PhpPowerpoint\DocumentLayout::setLayoutYmilli has been removed : setCY(DocumentLayout::UNIT_MILLIMETER) - [@Progi1984](https://github.com/Progi1984)
19+
- Update the dependence PhpOffice\Common to 0.2.* - [@Progi1984](https://github.com/Progi1984)
20+
- Migrated Travis CI to legacy - [@Progi1984](https://github.com/Progi1984) GH-115

0 commit comments

Comments
 (0)