Browse our Products

Aspose.Slides for Java 16.3.0 Release Notes

KeySummaryCategory
SLIDESJAVA-3497715.6.0 is consuming more memory as compared to 15.3.0Enhancment
SLIDESNET-37199Support for getting parent shape name in ITextFrameFeature
SLIDESNET-37157Support to export SmartArt child node as imagesFeature
SLIDESNET-37124Missing information in app.xml created by Aspose.Slides as compared to xml of PPFeature
SLIDESNET-36829Support to generate PDF notes with custom slide sizeFeature
SLIDESNET-36741Access to object properties in presentationFeature
SLIDESNET-36737Support for Label Distance from chart AxisFeature
SLIDESNET-34575Support for series second plot options for BarOfPie chartFeature
SLIDESJAVA-35309Exception on loading presentationBug
SLIDESJAVA-35305KeyNotFoundException on PPT loadBug
SLIDESJAVA-35300Office has detected a problem error on load and save pptBug
SLIDESJAVA-35291KeyNotFoundException on ppt loadBug
SLIDESJAVA-35290Ole frame get resized for multi-page excel sheetBug
SLIDESJAVA-35277getTargetSlide() return null when Hyperlink is added in presentationBug
SLIDESJAVA-35254PptxReadException on presentation loadBug
SLIDESJAVA-35253NullPointerException on presentation loadBug
SLIDESJAVA-35252ArgumentOutOfRangeException on presentation loadBug
SLIDESJAVA-35251Value was either too large or too small for a UInt32 exception on saving to PPTBug
SLIDESJAVA-35249Parameter ’emSize’ is invalid on saving presentationBug
SLIDESJAVA-35242Slide thumbnail show duplicate valuesBug
SLIDESJAVA-35223Image is not rendered properly in PDFBug
SLIDESJAVA-35220Exception while accessing WMF image from slideBug
SLIDESJAVA-35207Office has detected a problem error on load and save PPTBug
SLIDESJAVA-35190ArrayIndexOutOfBoundsException on loading PPTBug
SLIDESJAVA-35188Text is missing in generated PDF and slide thumbnailBug
SLIDESJAVA-35174incorrect text on generated PDFBug
SLIDESJAVA-35118Warning message on presentation load and saveBug
SLIDESJAVA-35094Text lost on ODP to html conversionBug
SLIDESJAVA-35010Poor image quality on thumbnail generationBug
SLIDESJAVA-34960Generated HTML appears incorrectBug
SLIDESJAVA-34906Font gets bigger when PPTX exported to PDFBug
SLIDESJAVA-34826Picture is lost when PPTX is converted to PDFBug
SLIDESJAVA-34800Transparency details lost when thumbnail is generated.Bug
SLIDESJAVA-34748Bullets font is improperly rendered in generated PDFBug
SLIDESJAVA-34742IWarningCallback shows the font substitutions for the font not even used in presentationBug
SLIDESJAVA-34708Unknown file format exception on opening the PPT fileBug
SLIDESJAVA-34564Image coming with black background in generated PDF fileBug
SLIDESJAVA-34432Embedded Format Icon is not showing properly in generated PDF fileBug
SLIDESJAVA-34268Images are improperly rendered in generated thumbnailBug
SLIDESJAVA-34066Chart is improperly rendered in generated PDFBug
SLIDESJAVA-33724Assertion Error on generating PDF in Windows 8 environmentBug
SLIDESJAVA-33561Pie Chart label format changed in generated PDFBug

Public API Changes

Enum com.aspose.slides.PieSplitType has been added

com.aspose.slides.PieSplitType represents a type of splitting points in the second pie or bar on a pie-of-pie or bar-of-pie chart.

Interface IPieSplitCustomPointCollection and class PieSplitCustomPointCollection have been added

Class com.aspose.slides.PieSplitCustomPointCollection and interface com.aspose.slides.IPieSplitCustomPointCollection have been added. They represent a collection of points that has to be drawn in the second pie or bar on a bar-of-pie or pie-of-pie chart with a custom split.

Method getFirstSliceAngle() has been added to com.aspose.slides.IChartSeries

Method getFirstSliceAngle() has been added to class com.aspose.slides.ChartSeries and interface com.aspose.slides.IChartSeries. It specifies the angle of the first pie or doughnut chart slice.

Methods for setting the second plot options for PieOfPie or BarOfPie chart have been added

Methods getSecondPieSize(), getPieSplitPosition(), getPieSplitBy() and getPieSplitCustomPoints() have been added to classes com.aspose.slides.ChartSeries, com.aspose.slides.ChartSeriesGroup ant to interfaces com.aspose.slides.IChartSeries, com.aspose.slides.IChartSeriesGroup. They represent settings of second plot options for BarOfPie or PieOfPie chart.