Create text in a Microsoft Word document.
WordTextWriterModifier
Name | Type | Description |
---|---|---|
Bookmark | string | Position the text using this bookmark. |
outputSelf? | boolean | If True, the text is displayed in the final document. Default is True. |
Paragraph | list | Specifies multiple paragraphs of text to insert at once; each paragraph is a string in the list. |
Part | part | Position the text 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 text. |
Text | string | Specifies a single paragraph of text to insert. |
<textFragment> The inserted text will come from the "Text" parameter.
<textParagraph> The inserted text will come from the "Paragraph" parameter.