Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2021-05-18 17:29:21 +00:00
parent 04757893c4
commit 0e6aac4607
295 changed files with 1662 additions and 1657 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`: