SlideImage
Create a slide image in an existing slide.
Syntax
slideimage=SlideImage(slide)
Arguments
- caption
- The image caption.
- height
- The slide image height value as a percentage.
- name
- The image name.
- path
- The file path to the slide image.
- position
- The slide image position as a list
[<x>,<y>,<width>,<height>]
. - session
- The report session where the slide image is located (read only).
- setAttributes()
- Set multiple attributes simultaneously.
- source
- The slide image source file. Only the type file is supported in version 2023.
- type
- The slide image type.
- width
- The slide image width value as a percentage
- x
- The slide image x value of the upper left corner as a percentage.
- y
- The slide image y value of the upper left corner as a percentage.
Example
slide_image = SlideImage(slide=<slide>, image=<image1>, position=[50, 13, 10, 21], name='SlideImage1')
slide_image.caption='Image 1'