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
* Add default font color for Word (.docx)
Adds the abillity to add a default font color for generated .docx.
* fix format
* Update 1.4.0.md
Add default font color
* Update introduction.md
Add documentation default font color
* Update introduction.md
Correct default value
* add tests for SetGetDefaultFontColor
* debug test
* add defaultFontColor to FontTest
* Update src/PhpWord/PhpWord.php
As suggested
Co-authored-by: Progi1984 <progi1984@gmail.com>
* Update src/PhpWord/PhpWord.php
As suggested
Co-authored-by: Progi1984 <progi1984@gmail.com>
* Update 1.4.0.md
Add default font color
* Update introduction.md
Add documentation default font color
* Update introduction.md
Correct default value
* add tests for SetGetDefaultFontColor
* debug test
* add defaultFontColor to FontTest
* Update src/PhpWord/PhpWord.php
As suggested
Co-authored-by: Progi1984 <progi1984@gmail.com>
* Update src/PhpWord/PhpWord.php
As suggested
Co-authored-by: Progi1984 <progi1984@gmail.com>
* fix format
* add test for default color
* clean up
* cs fixer
---------
Co-authored-by: MichaelFrey <michael.frey@gmx.ch>
Co-authored-by: Progi1984 <progi1984@gmail.com>
Copy file name to clipboardExpand all lines: docs/changes/1.x/1.4.0.md
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
- Writer Word2007: Support for padding in Table Cell by [@Azamat8405](https://github.com/Azamat8405) in [#2697](https://github.com/PHPOffice/PHPWord/pull/2697)
12
12
- Added support for PHP 8.4 by [@Progi1984](https://github.com/Progi1984) in [#2660](https://github.com/PHPOffice/PHPWord/pull/2660)
13
13
- Autoload : Allow to use PHPWord without Composer fixing [#2543](https://github.com/PHPOffice/PHPWord/issues/2543), [#2552](https://github.com/PHPOffice/PHPWord/issues/2552), [#2716](https://github.com/PHPOffice/PHPWord/issues/2716), [#2717](https://github.com/PHPOffice/PHPWord/issues/2717) in [#2722](https://github.com/PHPOffice/PHPWord/pull/2722)
14
+
- Add Default font color for Word by [@Collie-IT](https://github.com/Collie-IT) in [#2700](https://github.com/PHPOffice/PHPWord/pull/2700)
0 commit comments