Update outdated docs to show current usage

This commit is contained in:
Tom Hunkapiller
2021-05-18 17:16:10 +03:00
parent bb8ac8b9d8
commit d527013451
2 changed files with 31 additions and 26 deletions

View File

@ -237,12 +237,6 @@ const cell = new TableCell({
| NIL | is considered as zero |
| PCT | percent of table width |
#### Example
```ts
cell.Properties.setWidth(100, WidthType.DXA);
```
### Nested Tables
To have a table within a table, simply add it in the `children` block of a `table cell`: