office_interop_shape_id property

office_interop_shape_id property

Gets unique shape identifier in slide scope. Read-only int. See also Shape.unique_id for getting unique shape identifier in presentation scope.

Definition:

@property
def office_interop_shape_id(self):
    ...

See Also