office_interop_shape_id property

office_interop_shape_id property

Returns a slide-scoped unique identifier that remains constant for the lifetime of the shape and lets PowerPoint or interop code reliably reference the shape from anywhere in the document. Read-only int. See also IShape.unique_id.

Definition:

@property
def office_interop_shape_id(self):
    ...

See Also