The getHideAtShowing Method Returns Incorrect Value from PPT File in Java

Please browse the files in the following package.

2015-1.ppt.zip (164.7 KB)

In PowerPoint, the Hide During Show option for the audio frame is not checked.

hideAtShowing.PNG.jpg (258.7 KB)

I run the following code to get this property. To my surprise, I got true.

Presentation presentation = new Presentation(filePath);
boolean hideAtShowing = ((AudioFrame)presentation.getSlides().get_Item(0).getShapes().get_Item(2)).getHideAtShowing();

snap1.png (43.7 KB)

If there is a way to correctly obtain the Hide During Show property, please let me know.

OS: macOS 13.2.1
JVM: OpenJDK 64-Bit Server VM (17.0.1+12-39, mixed mode, emulated-client, sharing)
Java: version 17.0.1, vendor Oracle Corporation
sdk: aspose.slides-23.3

@oscarstar,
Thank you for reporting on the issue.

I reproduced the problem with retrieving the “Hide During Show” option value from the audio frame in the PowerPoint presentation.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESJAVA-39162

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you found earlier (filed as SLIDESJAVA-39162) have been fixed in Aspose.Slides for Java 23.5 (JAR).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.