Relationship
Overview
Relationship is a class in Aspose.Slides for Python.
Inherits from: NamedTuple.
Represents a single relationship in a .rels file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | str | Read | Is the unique identifier of the relationship within the package |
type | str | Read | Is the relationship type URI that defines the kind of link |
target | str | Read | Is the path or URI that the relationship points to |
target_mode | Optional[str] | Read | Indicates whether the target is internal or external; optional |