SlideText
Create slide text.
Syntax
slidetext=SlideText(slide)
Arguments
- height
- The slide text height value as a percentage.
- name
- The slide text name.
- position
- The slide image position as a list
[<x>,<y>,<width>,<height>]
. - session
- The report session where the text is located (read only).
- setAttributes()
- Set multiple attributes simultaneously.
- text
- The text displayed in the slide text.
- width
- The slide text width value as a percentage.
- x
- The slide text x value of the upper left corner as a percentage.
- y
- The slide text y value of the upper left corner as a percentage.
Example
slidetext = Slidetext(slide=<slide>, text='Demo Slide text, name='SlideText1')
slidetext.position=[5,10,20,50]