Insert Image into Word
Command description
Inserts the specified image at the cursor position in the Word document.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Word Object | WordApp | |
| Image Path | str | For example C:\xxx.png |
| New Line | bool | Whether to insert a line break before the image |
Command Output Parameters
None