SlideReference — Aspose.Slides FOSS Java API Reference

Overview

SlideReference reference to a slide in the presentation. 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. Refer to the package documentation for installation instructions and a complete list of related types.

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


Properties

PropertyTypeAccessDescription
slideIdintRead/WriteThe slide id value.
relIdStringRead/WriteThe rel id value.

Methods

MethodReturnsDescription
getSlideId()intReturns the unique slide ID.
getRelId()StringReturns the relationship ID.

See Also