News Category

Spire.Presentation 8.6.0 supports setting the column count for the TextFrame

2023-06-05 09:28:09

We are pleased to announce the release of Spire.Presentation 8.6.0. This version supports setting the column count for the TextFrame. Besides, it fixes the issue that the application threw "Merged cells found." when splitting table merged cell. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPPT-2232 Supports setting the column count for the TextFrame.
Presentation ppt = new Presentation();
ppt.LoadFromFile(inputFile);
IAutoShape shape1 = (IAutoShape)ppt.Slides[0].Shapes[0];
shape1.TextFrame.ColumnCount = 2;
IAutoShape shape2 = (IAutoShape)ppt.Slides[1].Shapes[0];
shape2.TextFrame.ColumnCount = 3;
ppt.SaveToFile(outputFile, FileFormat.Pptx2013);
ppt.Dispose();
Bug SPIREPPT-2205 Fixes the issue that it prompted an error when editing the chart data of the saved PowerPoint file.
Bug SPIREPPT-2221 Fixes the issue that the switching Row/Column encountered an error when the chart data have some null values.
Bug SPIREPPT-2215
SPIREPPT-2225
Fixes the issue that the application threw "Merged cells found." when splitting table merged cell.
Bug SPIREPPT-2212
SPIREPPT-2243
Fixes the issue that the chart data was updated incorrectly.
Bug SPIREPPT-2245
SPIREPPT-2274
Fixes the issue that the result was blurry after saving the GroupShape to image.
Click the link below to download Spire.Presentation 8.6.0
More information of Spire.Presentation new release or hotfix: