Documentation Updates (#3517)

Fix #3471. Fix #3514. No code changes.
This commit is contained in:
oleibman
2023-04-10 08:45:14 -07:00
committed by GitHub
parent ffc6f307d3
commit 86d2505925
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1037,13 +1037,13 @@ color | setColor()
Array key | Maps to property
------------------|-------------------
allBorders | setLeft(); setRight(); setTop(); setBottom()
bottom | setBottom()
diagonal | setDiagonal()
allBorders | getLeft(); getRight(); getTop(); getBottom()
bottom | getBottom()
diagonal | getDiagonal()
diagonalDirection | setDiagonalDirection()
left | setLeft()
right | setRight()
top | setTop()
left | getLeft()
right | getRight()
top | getTop()
**\PhpOffice\PhpSpreadsheet\Style\Color**