Spire.Presentation | 新闻
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

Spire.Presentation 4.7.5今日已正式发布。该版本支持获取PPT文件的类型及版本,并修复了将PPT转为图片、生成及保存PPT文件时出现的一系列问题。新功能及问题修复详情,请参阅以下内容。 新功能: 支持获取PowerPoint文件的的类型和版本 Presentation ppt = new Presentation(); ppt.LoadFromFile(filePath); FormatAndVersion fv = ppt.FormatAndVersion; 问题修复: 修复了转换PPTX到图片内容不正确的问题 修复了AdvanceAfterTime不能被正确地获取的问题。 修复了生成PPTX文档的日期不正确的问题 修复了保存PPTX后形状的宽度增加的问题 修复了转换PPTX到图片后,图标数据系列标记丢失的问题 获取Spire.Presentation 4.7.5,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
今天我们发布了Spire.Presentation 4.7。该版本支持设置Shape的对齐方式,如左对齐、右对齐、居上、居下,该版本也修复了一些与字体相关的漏洞。具体信息如下。 新功能: 支持设置shape的对齐方式。 var shape = ppt.Slides[0].Shapes[0]; shape.SetShapeAlignment(Spire.Presentation.ShapeAlignment.AlignBottom); shape.SetShapeAlignment(Spire.Presentation.ShapeAlignment.AlignLeft); shape.SetShapeAlignment(Spire.Presentation.ShapeAlignment.AlignTop); shape.SetShapeAlignment(Spire.Presentation.ShapeAlignment.AlignCenter); shape.SetShapeAlignment(Spire.Presentation.ShapeAlignment.AlignMiddle); shape.SetShapeAlignment(Spire.Presentation.ShapeAlignment.AlignRight); shape.SetShapeAlignment(Spire.Presentation.ShapeAlignment.DistributeHorizontally); shape.SetShapeAlignment(Spire.Presentation.ShapeAlignment.DistributeVertically); 问题修复: 修复了无法正确获取文本字体大小和颜色的问题。 修复了文本默认字体大小无法获取的问题。 修复了插入的幻灯片背景色丢失的问题。 获取Spire.Presentation 4.7,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
Spire.Presentation 4.6.5 今日已正式发布。该版本新增了方法SetShapeArrange()来设置形状排列次序,并修复了将PPT转为图片以及加载PPT文档时出现的问题。新功能及问题修复详情,请参阅以下内容。 新功能: 支持了设置形状的排列次序 Presentation ppt = new Presentation(input); IAutoShape shape = ppt.Slides[0].Shapes[0] as IAutoShape; shape.SetShapeArrange(ShapeArrange.BringForward); ppt.SaveToFile("result.pptx", FileFormat.Pptx2013); 问题修复: 修复了转换PPT到图片时多出字符的问题 修复了加载一个PPTX文档抛出“未将对象引用到对象的实例”的错误 获取Spire.Presentation 4.6.5,请点击: https://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html
今天,我们发布了Spire.Presentation 4.6.1。 当表格应用表格样式时,该版本支持获取表格字体。 此外,它还修复了将POTX转换为PPTX时发生的问题。 更多细节如下。 新功能: 添加DefaultLatinFont 属性,支持获取应用了表格样式的表格的字体。 var defaultLatinFont = table[2, 0].TextFrame.TextRange.DefaultLatinFont 问题修复: 修复了转换POTX到PPTX时抛NullReferenceException 的问题。 下载Spire.Presentation 4.6.1,请点击: http://www.e-iceblue.cn/Downloads/Spire-Presentation-NET.html