clear_custom_document_properties property

clear_custom_document_properties property

The flag indicating whether custom document properties are cleared when loading a presentation.

Definition:

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

See Also