update_automatic property

update_automatic property

Determines if the linked embedded object is automatically updated when the presentation is opened or printed. Read/write bool.

Definition:

@property
def update_automatic(self):
    ...

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

See Also