Skip to content

Commit bb106f9

Browse files
authored
Merge pull request #2090 from DShkrabak/DShkrabak-patch-1
Add BorderStyle for Cell Style to documentation
2 parents eec9e97 + 7744ef2 commit bb106f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/styles.rst

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Available Cell style options:
143143
- ``bgColor``. Background color, e.g. '9966CC'.
144144
- ``border(Top|Right|Bottom|Left)Color``. Border color, e.g. '9966CC'.
145145
- ``border(Top|Right|Bottom|Left)Size``. Border size in *twip*.
146+
- ``border(Top|Right|Bottom|Left)Style``. Border style. You can use constants from ``\PhpOffice\PhpWord\SimpleType\Border``
146147
- ``gridSpan``. Number of columns spanned.
147148
- ``textDirection(btLr|tbRl)``. Direction of text.
148149
You can use constants ``\PhpOffice\PhpWord\Style\Cell::TEXT_DIR_BTLR`` and ``\PhpOffice\PhpWord\Style\Cell::TEXT_DIR_TBRL``

0 commit comments

Comments
 (0)