Spire.Presentation for Java 3.7.9

Spire.Presentation for Java 3.7.9 supports getting the section of PowerPoint

We're pleased to announce the release of Spire.Presentation for Java 3.7.9. This version has some fantastic new features, such as it supports getting the section of PowerPoint. Besides, it has fixed some issues that occurred while converting PPT to PDF/Image, loading and manipulating PDF files. See the following content for more details.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREPPT-1225 Supports getting the section of powerpoint.
SectionList list= presentation.getSectionList();
list.get(0).getName();
New Feature SPIREPPT-1227 Adds the getLastVievedSlide method to support getting the hyperlink of the "Last Slide Viewed".
IAutoShape autoShape=presentation.getSlides().get(0).getShapes().appendShape(ShapeType.RECTANGLE,new Rectangle2D.Double(100,100,100,100));
autoShape.setClick(ClickHyperlink.getLastVievedSlide());
Bug SPIREPPT-1033 Fixes the issues that getting the duration of animation returned NaN.
Bug SPIREPPT-1205 Fixes the issues that the content format was incorrect after converting PPT to image.
Bug SPIREPPT-1218 Fixes the issues that failed to set the border of chart.
Bug SPIREPPT-1221
SPIREPPT-1222
Fixes the issues that the content format was incorrect after converting PPT to PDF.
Bug SPIREPPT-1228 Fixes the issues that the application threw the "ClassCastException" when loading a PPT document.
Click the link to download Spire.Presentation for Java 3.7.9: