unique_id property

unique_id property

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

Definition:

@property
def unique_id(self):
    ...

See Also