root_directory_clsid property

root_directory_clsid property

Represents the object class GUID (CLSID) that is stored in the root directory entry. Can be used for COM activation of the document’s application. The default value is ‘64818D11-4F9B-11CF-86EA-00AA00B929E8’ that corresponds to ‘Microsoft Powerpoint.Slide.8’.

Definition:

@property
def root_directory_clsid(self):
    ...

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

See Also