shared_doc property

shared_doc property

Gets or sets the SharedDoc of the document.

Definition:

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

See Also