Skip to content

Commit aca1078

Browse files
committed
Merge branch 'develop' of https://github.com/PHPOffice/PHPWord into develop
2 parents e37b22b + bb106f9 commit aca1078

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)