slide_index property

slide_index property

Gets or sets the index of a slide to add the watermark to note slide of it.

Remarks

-1 means all slides.

Definition:

@property
def slide_index(self):
    ...
@slide_index.setter
def slide_index(self, value):
    ...

See Also