Aspose.Slides for PHP via Java 23.8 Release Notes

KeySummaryCategory
SLIDESPHP-33Use Aspose.Slides for Java 23.8 featuresEnhancement

Public API Changes

ShowMediaControls property has been added for SlideShowSettings

The ShowMediaControls property was added for the SlideShowSettings class, which Represents the slide show settings for the presentation.

Example:

$pres = new Presentation();
$pres->getSlideShowSettings()->setShowMediaControls(true);