Spire.Presentation

Spire.Presentation 3.9.5 supports to split the table cells in PPT

We're pleased to announce that Spire.Presentation 3.9.5 is released today. This hotfix version adds a new method "Split()" for splitting the table cells in PPT and adds a new property "PlotAreaWidthOfCalculated" for getting the updated width of the chart plot area. At the same time, it fixes some issues that occurred when converting PPT to SVG. View the details below:

New Features:

  • Adds a new method "Split()" for splitting the table cells in PPT.
  • public void Split(int RowCount, int ColunmCount);
    //Eg.split the cell to 2 rows and 2 columns
    table[0,0].Split(2,2);
    
  • Adds a new property “PlotAreaWidthOfCalculated” for getting the updated width of the chart plot area.
  • float PlotAreaWidthOfCalculated { get; }
    

Bug Fixes:

  • Fixes the issue that the conversion from the PPT file to SVG resulted in blank page.
  • Fixes the issue that the result was in wrong format after converting the HTML which contains a "strong" tag to PPT.
  • Fixes the issue that the chart format changed after converting PPT to SVG.
  • Fixes the issue that the hyperlink got removed after loading and saving the PPT file.
  • Fixes the issue that the "FontHeight" setting did not make any sense for the newly created PPT.

Get the most recent version of Spire.Presentation 3.9.5 here:
More information of Spire.Presentation new release or hotfix: