Skip to content

Commit 023977a

Browse files
committed
Merge pull request #803 from githubjeka/patch-1
Update DOC: Added note about direction of text inside a cell
2 parents d579736 + 40984dc commit 023977a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/styles.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Available Cell style options:
105105
- ``border(Top|Right|Bottom|Left)Color``. Border color, e.g. '9966CC'.
106106
- ``border(Top|Right|Bottom|Left)Size``. Border size in twips.
107107
- ``gridSpan``. Number of columns spanned.
108-
- ``textDirection``. Direction of text.
108+
- ``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``
109109
- ``valign``. Vertical alignment, *top*, *center*, *both*, *bottom*.
110110
- ``vMerge``. *restart* or *continue*.
111111
- ``width``. Cell width in twips.
@@ -142,4 +142,4 @@ See ``\PhpOffice\PhpWord\SimpleType\Jc`` class for the details.
142142
- ``start``. Starting value.
143143
- ``suffix``. Content between numbering symbol and paragraph text tab\|space\|nothing.
144144
- ``tabPos``. See paragraph style.
145-
- ``text``. Numbering level text e.g. %1 for nonbullet or bullet character.
145+
- ``text``. Numbering level text e.g. %1 for nonbullet or bullet character.

0 commit comments

Comments
 (0)