layout_slide_index property

layout_slide_index property

Gets or sets the index of layout slide to add the watermark to.

Remarks

-1 means all slides.

Definition:

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

See Also