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/).
66v0.17.0 (?? ??? 2019)
77----------------------
88### Added
9+ - Add RightToLeft table presentation. @troosan #1550
910
1011### Fixed
1112
Original file line number Diff line number Diff line change @@ -108,11 +108,12 @@ Available Table style options:
108108- ``border(Top|Right|Bottom|Left)Size ``. Border size in *twip *.
109109- ``cellMargin(Top|Right|Bottom|Left) ``. Cell margin in *twip *.
110110- ``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 .
112112- ``unit ``. The unit to use for the width. One of ``\PhpOffice\PhpWord\SimpleType\TblWidth ``. Defaults to *auto *.
113113- ``layout ``. Table layout, either *fixed * or *autofit * See ``\PhpOffice\PhpWord\Style\Table `` for constants.
114114- ``cellSpacing `` Cell spacing in *twip *
115115- ``position `` Floating Table Positioning, see below for options
116+ - ``bidiVisual `` Present table as Right-To-Left
116117
117118Floating Table Positioning options:
118119
You can’t perform that action at this time.
0 commit comments