Relationship
Overview
Relationship is a struct in Aspose.Slides FOSS for C++.
A single OPC relationship entry.
Properties: id, target, target_mode, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | std::string | Read/Write | Gets or sets the id. |
type | std::string | Read/Write | Gets or sets the type. |
target | std::string | Read/Write | Gets or sets the target. |
target_mode | std::optional<std::string> | Read/Write | Gets or sets the target mode. |