File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
v0.17.0 (?? ??? 2019)
7
7
----------------------
8
8
### Added
9
+ - Add RightToLeft table presentation. @troosan #1550
9
10
10
11
### Fixed
11
12
Original file line number Diff line number Diff line change @@ -108,11 +108,12 @@ Available Table style options:
108
108
- ``border(Top|Right|Bottom|Left)Size ``. Border size in *twip *.
109
109
- ``cellMargin(Top|Right|Bottom|Left) ``. Cell margin in *twip *.
110
110
- ``indent ``. Table indent from leading margin. Must be an instance of ``\PhpOffice\PhpWord\ComplexType\TblWidth ``.
111
- - ``width ``. Table width in percent .
111
+ - ``width ``. Table width in Fiftieths of a Percent or Twentieths of a Point .
112
112
- ``unit ``. The unit to use for the width. One of ``\PhpOffice\PhpWord\SimpleType\TblWidth ``. Defaults to *auto *.
113
113
- ``layout ``. Table layout, either *fixed * or *autofit * See ``\PhpOffice\PhpWord\Style\Table `` for constants.
114
114
- ``cellSpacing `` Cell spacing in *twip *
115
115
- ``position `` Floating Table Positioning, see below for options
116
+ - ``bidiVisual `` Present table as Right-To-Left
116
117
117
118
Floating Table Positioning options:
118
119
You can’t perform that action at this time.
0 commit comments