Insert Image
Insert an image into a word document.
Last updated
Insert an image into a word document.
Last updated
Insert an image at a position relative to a specified bookmark, newline, or at the end of a specified Word document.
This activity can only be used after the Open Word Document activity.
Input : WordHandle Variable
The word handle object to reference the opened word document.
File Path : String Argument
The full path of the image that is to be inserted.
Bookmark : String Argument
Optional
The bookmark in which the image is to be inserted.
New Line : Integer Argument
Optional
The number of lines in which the image is to be inserted.
Position : Optional
Before
- The image will be inserted before the bookmark. (default
)
After
- The image will be inserted after the bookmark.