Skip to content

Commit

Permalink
Merge pull request #2090 from DShkrabak/DShkrabak-patch-1
Browse files Browse the repository at this point in the history
Add BorderStyle for Cell Style to documentation
  • Loading branch information
troosan committed Jun 4, 2021
2 parents eec9e97 + 7744ef2 commit bb106f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/styles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Available Cell style options:
- ``bgColor``. Background color, e.g. '9966CC'.
- ``border(Top|Right|Bottom|Left)Color``. Border color, e.g. '9966CC'.
- ``border(Top|Right|Bottom|Left)Size``. Border size in *twip*.
- ``border(Top|Right|Bottom|Left)Style``. Border style. You can use constants from ``\PhpOffice\PhpWord\SimpleType\Border``
- ``gridSpan``. Number of columns spanned.
- ``textDirection(btLr|tbRl)``. Direction of text.
You can use constants ``\PhpOffice\PhpWord\Style\Cell::TEXT_DIR_BTLR`` and ``\PhpOffice\PhpWord\Style\Cell::TEXT_DIR_TBRL``
Expand Down

0 comments on commit bb106f9

Please sign in to comment.