We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e37b22b + bb106f9 commit aca1078Copy full SHA for aca1078
docs/styles.rst
@@ -143,6 +143,7 @@ Available Cell style options:
143
- ``bgColor``. Background color, e.g. '9966CC'.
144
- ``border(Top|Right|Bottom|Left)Color``. Border color, e.g. '9966CC'.
145
- ``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``
147
- ``gridSpan``. Number of columns spanned.
148
- ``textDirection(btLr|tbRl)``. Direction of text.
149
You can use constants ``\PhpOffice\PhpWord\Style\Cell::TEXT_DIR_BTLR`` and ``\PhpOffice\PhpWord\Style\Cell::TEXT_DIR_TBRL``
0 commit comments