Skip to content

Commit 66c7942

Browse files
authored
Update Cell.php
1 parent 7743802 commit 66c7942

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PhpWord/Style/Cell.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ class Cell extends Border
3434
* Top to Bottom, Right to Left.
3535
*/
3636
const TEXT_DIR_TBRL = 'tbRl';
37+
/**
38+
* Top to Bottom, Right to Left, Vertical
39+
*/
40+
const TEXT_DIR_TBRLV = 'tbRlV';
3741
/**
3842
* Bottom to Top, Left to Right.
3943
*/

0 commit comments

Comments
 (0)