Relationship

Overview

Relationship is a struct in Aspose.Slides FOSS for C++.

A single OPC relationship entry.

Properties: id, target, target_mode, type.

Properties

NameTypeAccessDescription
idstd::stringRead/WriteGets or sets the id.
typestd::stringRead/WriteGets or sets the type.
targetstd::stringRead/WriteGets or sets the target.
target_modestd::optional<std::string>Read/WriteGets or sets the target mode.

See Also