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

Changelog History
Page 3

  • v0.21.0 Changes

    June 23, 2021

    โž• Added

    • โž• Added void ISlideCollection.Add(ISlide addingSlide) to add outer slide.
    • โž• Added setter for ISlide.Number to change slide position.
  • v0.20.1 Changes

    June 07, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed changing picture source with shared image source.
  • v0.20.0 Changes

    May 08, 2021

    โž• Added

    • โž• Added Portion.Font.ColorFormat to read color properties of font.
  • v0.19.0 Changes

    April 13, 2021

    โž• Added

    • โž• Added .NET Standard 2.0 target.
  • v0.18.0 Changes

    March 28, 2021

    โž• Added

    • โž• Added setter for IFont.IsBold property to set up bold font.
    • โž• Added IFont.IsItalic property to define whether font is italic.
  • v0.17.0 Changes

    March 21, 2021

    โž• Added

    • โž• Added IFont.IsBold property to define whether font is bold.
  • v0.16.1 Changes

    March 08, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed parser of font properties
  • v0.16.0 Changes

    February 20, 2021

    โž• Added

    • โž• Added ITable.MergeCells() API to merge neigbor cells of the table (#109)
  • v0.15.0 Changes

    February 13, 2021

    โž• Added

    • โž• Added setter for Column.Width to change width of a table column (#105)
    • โž• Added Row.Height property to access height of table row (#105)
  • v0.14.0 Changes

    January 31, 2021

    โž• Added

    • Added two-dimensional indexer for TableSc[int row_index][int column_Index] to get table cell by row and column indexes (#29)
    • โž• Added support for .NET 5 (#98)
    • โž• Added Column.Width to get width of table column (#101)