RelsHelper — Aspose.Slides FOSS Java API Reference

Overview

RelsHelper lightweight helper for reading and writing OPC relationship files using OpcPackage. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.

Package: org.aspose.slides.foss.internal.pptx


Properties

PropertyTypeAccessDescription
allRelationshipsList<RelEntry>Read/WriteThe all relationships value.

Methods

MethodReturnsDescription
getRelsPartName(String sourcePart)StringReturns the .
getAllRelationships()List<RelEntry>Returns all relationships.
addRelationship(String type, String target)StringAdds a new relationship with auto-generated ID.
addRelationship(String type, String target, String targetMode)StringAdds a new relationship with optional target mode.
save()voidSaves the relationships back to the package.

See Also