Type: lib.docx.AddImage
Namespace: lib.docx
Description
Adds an image to the document document, docx, image, format
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| document | document |
The document to add the image to | {'type': 'document', 'uri': '', 'asset_id': None, 'data': None} |
| image | image |
The image to add | {'type': 'image', 'uri': '', 'asset_id': None, 'data': None} |
| width | float |
Image width in inches | 0 |
| height | float |
Image height in inches | 0 |
Outputs
| Output | Type | Description |
|---|---|---|
| output | document |
Metadata
Related Nodes
Browse other nodes in the lib.docx namespace.