Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/PHPOffice/PHPWord into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
troosan committed Jun 4, 2021
2 parents e37b22b + bb106f9 commit aca1078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/styles.rst
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 aca1078

Please sign in to comment.