RelationshipsManager — Aspose.Slides FOSS C# (.NET) API Reference
RelationshipsManager — RelationshipsManager API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
PartName | string | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
GetRelsPartName(string sourcePart) | void | |
Load() | void | |
ParseRelationships() | void | |
GetRelationship(string relId) | void | The or null if not found. |
GetRelationshipsByType(string relType) | void | A list of matching relationships. |
GetAllRelationships() | void | A list of all relationships. |
GenerateRelId() | void | A relationship ID not already in use. |
AddRelationship(string relType, string target, string? relId, string? targetMode) | void | The relationship ID. |
RemoveRelationship(string relId) | void | true if removed; false if not found. |
Save() | void |