Skip to content

Commit 6aae8bd

Browse files
committed
update doc and release note
1 parent f91863e commit 6aae8bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
v0.17.0 (?? ??? 2019)
77
----------------------
88
### Added
9+
- Add RightToLeft table presentation. @troosan #1550
910

1011
### Fixed
1112

docs/styles.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

117118
Floating Table Positioning options:
118119

0 commit comments

Comments
 (0)