shared_doc property

shared_doc property

Determines whether the presentation is shared between multiple people. Read/write bool.

Definition:

@property
def shared_doc(self):
    ...

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

See Also