All Versions
43
Latest Version
Avg Release Cycle
25 days
Latest Release
567 days ago

Changelog History
Page 2

  • v0.29.0 Changes

    May 09, 2022
    • โž• Added Image.MIME property to get image format #233.
    • โž• Added IPortion.Hyperlink property to add hyperlink #242.
  • v0.28.1 Changes

    March 21, 2022
    • ๐Ÿ›  Fixed reading picture of Layout and Master slides.
  • v0.28.0 Changes

    February 10, 2022
    • โž• Added IParagraph.Alignment property for paragraph content alignment.
  • v0.27.0 Changes

    February 03, 2022
    • โž• Added support for Connection shape which presents Lines.
  • v0.26.0 Changes

    January 03, 2022
    • โž• Added "Shring text on overflow" support for ITextBox.Text.
  • v0.25.0 Changes

    December 16, 2021
    • โž• Added IShapeCollection.AddNewVideo() to add a new video shape on a slide.
  • v0.24.0 Changes

    September 26, 2021
    • โž• Added IShapeCollection.AddNewAudio(int xPixel, int yPixels, Stream mp3Stream) to add a new audio shape on a slide.
    • โž• Added setter for IShape.Width and IShape.Height properties to change width and height sizes.
  • v0.23.0 Changes

    September 11, 2021
    • โž• Added ISlideCollection.Insert(int position, ISlide outerSlide) to insert slide at certain position.
    • ๐Ÿ›  Fixed case when ISlideCollection.Add() breaks presentation.
  • v0.22.0 Changes

    August 14, 2021
    • โž• Added ability to update chart category.
  • v0.21.1 Changes

    July 30, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed IPresentation.SaveAs(). It did not release underlying resources in the right way.