show_master_shapes property

show_master_shapes property

Specifies if shapes on the master slide should be shown on slides or not. Read/write bool.

Definition:

@property
def show_master_shapes(self):
    ...

@show_master_shapes.setter
def show_master_shapes(self, value):
    ...

See Also