is_auto_size property

is_auto_size property

True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated.

Definition:

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

See Also