We are glad to announce the release of Spire.Presentation 7.1. This version supports creating "BoxAndWhisker" chart, "Funnel" chart. "Histogram" chart, "Pareto" chart, "SunBurst" chart, "TreeMap" chart, "WaterFall" chart. It also enhances the conversion from PowerPoint to PDF. In addition, it fixes some known issues such as the content was incorrect after saving shape to image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1163 Supports creating "BoxAndWhisker" chart. Presentation ppt = new Presentation(); IChart chart = ppt.Slides[0].Shapes.AppendChart(ChartType.BoxAndWhisker, new RectangleF(50, 50, 500, 400), false); string[] seriesLabel = { "Series…
We are glad to announce the release of Spire.Presentation 6.12.4. This version supports .NET6.0, supports adding the setting to convert high quality images, and supports getting the type and color of slide background. It also enhences the conversion from PowerPoint to PDF, PowerPoint to image. In addition, it fixes some known issues such as the obtained display color of table cell text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1699 Supports getting the type and color of slide background. ISlide sld = ppt.Slides[0] as ISlide;…
We are glad to announce the release of Spire.Presentation 6.11.4. This version supports getting the display color of the table cell border. In addition, it enhances the conversion from PowerPoint to images, PowerPoint to PDF, and also fixes the issue that the obtained font size of the text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1744 Supports getting the display color of the table cell border. table[0, 0].BorderLeftDisplayColor; table[0, 0].BorderTopDisplayColor; table[0, 0].BorderRightDisplayColor; table[0, 0].BorderBottomDisplayColor; Bug SPIREPPT-1723 Fixes the issue that the image converted from PowerPoint…
We are happy to announce the release of Spire.Presentation 6.11.2. This version supports getting the fill color of table cells as well as supports setting the data label range for charts. In addition, it enhances the conversion from PowerPoint to images and also fixes the issue occurred in the process of inserting clustered column charts. More details are listed as follows. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1687 Supports getting the fill color of table cells. table.TableRows[i][j].DisplayColor; New feature SPIREPPT-1701 Supports setting the data label range for charts. Presentation ppt =…
We are glad to announce the release of Spire.Presentation 6.10.2. This version supports getting the target slide of a hyperlink. In addition, it enhances the conversion from shape to image and fixes some known issues. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1698 Supports getting the target slide of a hyperlink. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); IAutoShape shape = ppt.Slides[1].Shapes[0] as IAutoShape; if (shape.Click.ActionType == HyperlinkActionType.GotoSlide) { ISlide targetSlide = shape.Click.TargetSlide; Console.WriteLine("index = " + targetSlide.SlideNumber); } Bug SPIREPPT-1684 Fixes the issue that the OLE object…
We are glad to announce the release of Spire.Presentation 6.9.5. This version fixes the issues occurred in the process of getting the correct text color of the chart legend and the correct height of the table cells. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1609 SPIREPPT-1692 Fixes the issue that the OLE icon was not displayed when opened with WPS. Bug SPIREPPT-1690 Fixes the issue that it failed to get the correct height of the table cells. Bug SPIREPPT-1691 Fixes the issue that the application threw the error…
Page 5 of 5
page 5