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
Writer/Reader Word2007: Added support for the firstLineChars for Indentation (PHPOffice#2753)
* Add support for the firstLineChars style in Word2007.
* Writer Word2007: Added support for the firstLineChars for Indentation
* Fixed Changelog
* Fixed PHPStan & PHPCSFixer
* Fixed PHPStan
---------
Co-authored-by: ling <ling@yundian>
Copy file name to clipboardExpand all lines: docs/changes/1.x/1.4.0.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@
17
17
- Add basic ruby text (phonetic guide) support for Word2007 and HTML Reader/Writer, RTF Writer, basic support for ODT writing by [@Deadpikle](https://github.com/Deadpikle) in [#2727](https://github.com/PHPOffice/PHPWord/pull/2727)
18
18
- Reader HTML: Support font styles for h1/h6 by [@Progi1984](https://github.com/Progi1984) fixing [#2619](https://github.com/PHPOffice/PHPWord/issues/2619) in [#2737](https://github.com/PHPOffice/PHPWord/pull/2737)
19
19
- Writer EPub3: Basic support by [@Sambit003](https://github.com/Sambit003) fixing [#55](https://github.com/PHPOffice/PHPWord/issues/55) in [#2724](https://github.com/PHPOffice/PHPWord/pull/2724)
20
-
- Writer2007: Added support for background and border color transparency in Text Box element [@chudy20007](https://github.com/Chudy20007) in [#2555](https://github.com/PHPOffice/PHPWord/pull/2555)
20
+
- Writer Word2007: Added support for background and border color transparency in Text Box element by [@chudy20007](https://github.com/Chudy20007) in [#2555](https://github.com/PHPOffice/PHPWord/pull/2555)
21
+
- Writer/Reader Word2007: Added support for the firstLineChars for Indentation by [@liuzhilinux](https://github.com/liuzhilinux) & [@Progi1984](https://github.com/Progi1984) in [#2753](https://github.com/PHPOffice/PHPWord/pull/2753)
Copy file name to clipboardExpand all lines: docs/usage/styles/paragraph.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Available Paragraph style options:
7
7
-``basedOn``. Parent style.
8
8
-``hanging``. Hanging indentation in *half inches*.
9
9
-``indent``. Indent (left indentation) in *half inches*.
10
-
-``indentation``. An array of indentation key => value pairs in *twip*. Supports *left*, *right*, *firstLine* and *hanging* indentation.
10
+
-``indentation``. An array of indentation key => value pairs in *twip*. Supports *left*, *right*, *firstLine*, *firstLineChars* and *hanging* indentation.
11
11
See ``\PhpOffice\PhpWord\Style\Indentation`` for possible identation types.
12
12
-``keepLines``. Keep all lines on one page, *true* or *false*.
13
13
-``keepNext``. Keep paragraph with next paragraph, *true* or *false*.
0 commit comments