Skip to content

Commit bee8916

Browse files
committed
update documentation to include justifyLastLine mapping in Alignment properties
1 parent d2dd20f commit bee8916

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/topics/recipes.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,15 +1188,16 @@ quotePrefix | setQuotePrefix()
11881188

11891189
**\PhpOffice\PhpSpreadsheet\Style\Alignment**
11901190

1191-
Array key | Maps to property
1192-
------------|-------------------
1193-
horizontal | setHorizontal()
1194-
indent | setIndent()
1195-
readOrder | setReadOrder()
1196-
shrinkToFit | setShrinkToFit()
1197-
textRotation| setTextRotation()
1198-
vertical | setVertical()
1199-
wrapText | setWrapText()
1191+
Array key | Maps to property
1192+
----------------|-------------------
1193+
horizontal | setHorizontal()
1194+
justifyLastLine | setJustifyLastLine()
1195+
indent | setIndent()
1196+
readOrder | setReadOrder()
1197+
shrinkToFit | setShrinkToFit()
1198+
textRotation | setTextRotation()
1199+
vertical | setVertical()
1200+
wrapText | setWrapText()
12001201

12011202
**\PhpOffice\PhpSpreadsheet\Style\Border**
12021203

0 commit comments

Comments
 (0)