remove_unused_master_slides method

remove_unused_master_slides

Makes compression of the Presentation by removing unused master slides.

@staticmethod
def remove_unused_master_slides(pres):
    ...
ParameterTypeDescription
presPresentationThe presentation instance

See Also