shared_doc property
shared_doc property
Gets or sets a value indicating whether the presentation is shared between multiple people. Can be updated in a PPTX document only.
Remarks
Can be updated in a PPTX document only. Read-only for other formats like PPT, POT etc.
Definition:
@property
def shared_doc(self):
...
@shared_doc.setter
def shared_doc(self, value):
...
See Also
- module
groupdocs.metadata.formats.document
- class
PresentationPackage