How to add your knowledge
Word Table Writer <WordTableWriter>
Table of contents
- 1. Synopsis
- 2. Mixins
- 3. Parameters
Synopsis
Create tables in a Microsoft Word document.
Mixins
WordTableWriterModifier
Parameters
| Name | Type | Description |
|---|
| Bookmark | string | Position the table using this bookmark. |
| ColumnWidths | list | Widths of columns, in points. |
| data | list | Data by rows. |
| outputSelf? | boolean | If True, the table is displayed in the final document. Default is True. |
| Part | part | Position the table using this part. |
| Placement | name | Insert item 'before' or 'after' the identified location, or 'replace' it altogether. Default is "after". |
| style | string | Specifies a Microsoft Word style to apply to the table. |
Comments