Skip to content

Commit ccfd0eb

Browse files
authored
Update table.md - Add link to shading
1 parent 7787beb commit ccfd0eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/usage/styles/table.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ See [`Sample_09_Tables`](/samples/Sample_09_Tables.php) and [`Sample_21_TableRo
3232
- `layout`. Table layout, either *fixed* or *autofit*. Defaults to *autofit*.
3333
* See constants above for possible values.
3434
- `position` Floating Table Positioning, see below for options
35-
- `shading`. Table Shading.
35+
- `shading`. An array of shading [key => value] pairs.
36+
* See [`Style > Shading`](../styles/shading.md) for shading options.
3637
- `width`. Table width in Fiftieths of a Percent or Twentieths of a Point.
3738
- `unit`. The unit to use for the width. Defaults to *auto*.
3839
* See [`SimpleType > TblWidth`](../simpletypes/tblwidth.md) and [`SimpleType > TblWidth`](../simpletypes/tblwidth.md) for possible values.
@@ -76,7 +77,8 @@ See [`Sample_09_Tables`](/samples/Sample_09_Tables.php) and [`Sample_21_TableRo
7677
- `gridSpan`. Number of columns spanned.
7778
- `noWrap`. Prevent text from wrapping in the cell. Default is *true*.
7879
- `padding(Top|Right|Bottom|Left)`. Cell padding in *twip*.
79-
- `shading`. Cell Shading.
80+
- `shading`. An array of shading [key => value] pairs.
81+
* See [`Style > Shading`](../styles/shading.md) for shading options.
8082
- `textDirection`. Direction of text.
8183
* See constants above for possible values.
8284
- `valign`. Vertical alignment, *top*, *center*, *both*, *bottom*.

0 commit comments

Comments
 (0)