RelationshipsManager

RelationshipsManager — Aspose.Slides FOSS C# (.NET) API Reference

RelationshipsManager — RelationshipsManager API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
PartNamestringRead/Write

Methods

MethodReturnsDescription
GetRelsPartName(string sourcePart)void
Load()void
ParseRelationships()void
GetRelationship(string relId)voidThe or null if not found.
GetRelationshipsByType(string relType)voidA list of matching relationships.
GetAllRelationships()voidA list of all relationships.
GenerateRelId()voidA relationship ID not already in use.
AddRelationship(string relType, string target, string? relId, string? targetMode)voidThe relationship ID.
RemoveRelationship(string relId)voidtrue if removed; false if not found.
Save()void

See Also