From 7744ef223489788d85e79ee872686cfed1023abd Mon Sep 17 00:00:00 2001 From: DDim <56207026+DShkrabak@users.noreply.github.com> Date: Wed, 2 Jun 2021 13:52:49 +0300 Subject: [PATCH] Add BorderStyle for Cell Style to documentation Add BorderStyle for Cell Style to documentation. --- docs/styles.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/styles.rst b/docs/styles.rst index 06d983e53d..075dd3967d 100644 --- a/docs/styles.rst +++ b/docs/styles.rst @@ -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``