show_master_shapes property

show_master_shapes property

Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns false. Read/write bool.

Definition:

@property
def show_master_shapes(self):
    ...

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

See Also