Browse our Products

Aspose.Slides for .NET 16.10.0 Release Notes

KeySummaryCategory
SLIDESNET-37863AnimationEffect.Disappear is unavailable in Aspose.SlidesFeature
SLIDESNET-36750Support for slide reset in Aspose.SlidesFeature
SLIDESNET-36246Support for setting Hide Background graphics propertyFeature
SLIDESNET-37939Resaving PPT to PPT creates presentation which opens in Protected View modeBug
SLIDESNET-37914Exception while opening presentation with COMBug
SLIDESNET-37913When slide is copied from one presentation to another, it looks differently than when slide is copied manually in PowerPointBug
SLIDESNET-37901When existing PPTX is opened and then saved, the X axis of chart gets corruptedBug
SLIDESNET-37899Slide background colors on generated thumbnail differs from PowerPointBug
SLIDESNET-37896Unreadable content in cloned presentationBug
SLIDESNET-37894Pptx corrupted after removing slidesBug
SLIDESNET-37886Slide Number alignment and size changesBug
SLIDESNET-37885Notes Page text box becomes biggerBug
SLIDESNET-37884Slide get corrupted after saving pptBug
SLIDESNET-37878Background changed after converting ppt to pdfBug
SLIDESNET-37875Tex box position changed after saving pptBug
SLIDESNET-37871Portion’s font is changed on rendering after saving pptBug
SLIDESNET-37862Error while constructing object for pptx documentBug
SLIDESNET-37841IPictureFillFormatEffectiveData returns zero DpiBug
SLIDESNET-37837Chart Size changes after saving pptBug
SLIDESNET-37756“Cannot find table ’loca’ in the font file” for Myriad Pro fontBug
SLIDESNET-37741Resaved presentation font in PP depends on the order of openingBug
SLIDESNET-37668Font Bold and Italic property are not working properlyBug
SLIDESNET-37436Unable to read beyond the end of the stream exception on presentation loadBug
SLIDESNET-37376Wrong labels appears on the category axisBug
SLIDESNET-37249Chart background appeared as black in generated thumbnailBug
SLIDESNET-37248Border of chart area is improperly rendered in generated thumbnailBug
SLIDESNET-37219IndexOutOfRangeException on presentation loadBug
SLIDESNET-370342 Slide Masters and Additional layout slide on presentation load and saveBug
SLIDESNET-37031Shapes missing on load and save pptBug
SLIDESNET-36979Null reference exception is thrown on loading a presentationBug
SLIDESNET-36860Wrong gap between plot area and chart borderBug
SLIDESNET-36673background and slide number added on slideBug
SLIDESNET-36535PptException is thrown on saving pptBug
SLIDESNET-36473Protected view message on saving presentation using Aspose.SlidesBug
SLIDESNET-36435IndexOutOfRange exception on accessing presentationBug
SLIDESNET-36348AlternativeText is missing after resaving PPTBug
SLIDESNET-36226Invalid operation exception on loading presentationBug
SLIDESNET-36171Exception: Object reference not set to an instance of an object on opening the PPT fileBug
SLIDESNET-36015Handwriting data missing in generated thumbnails and HtmlBug
SLIDESNET-35933ArgumentOutOfRangeException is thrown on opening the PPT fileBug
SLIDESNET-35571Images are not rendered in HTML to PPTX ImportBug
SLIDESNET-35433NullReference Exception on cloning presentationBug

Public API Changes

ISlide.Reset() method has been added

public void Reset() method has been added to ISlide interface and Slide class.

It mimics slide ‘Reset’ functionality in PowerPoint. The method resets position, size and formatting of every shape that has a prototype on LayoutSlide. Also it recovers deleted placeholders.

Property IBaseSlide.ShowMasterShapes has been added

Property ShowMasterShapes has been added to interface Aspose.Slides.IBaseSlides and to class Aspose.Slides.BaseSlide. It specifies if shapes on the master slide should be shown on slides (ISlide, ILayoutSlide or INotesLides) or not. For master slide itself this property always returns ‘false’ and doesn’t allow to set ’true’.