spire.presentation 3.6.1 今天正式发布了, 该版本添加了属性“datalabelshapetype”支持设置powepoint中图标数据标签的形状,添加了属性“markfill”支持设置图标中的单个marker的填充和边框颜色,并修复了一些加载和转换powerpoint出现的问题。
新功能:
- 新添加属性“datalabelshapetype”支持设置ppt中图表数据标签的形状。
public datalabelshapetype datalabelshapetype { get; set; }
chartdatapoint dp = new chartdatapoint(chart.series[0]);
//设置填充颜色
dp.markerfill.fill.filltype = fillformattype.solid;
dp.markerfill.fill.solidcolor.color = color.red;
//设置边框颜色
dp.markerfill.line.filltype = fillformattype.solid;
dp.markerfill.line.solidfillcolor.color = color.black;
问题修复:
- 修复了背景图片一样的powerpoint文档转pdf耗时久,结果pdf文件大的问题。
- 修复了加载powerpoint文档抛出"index was out of range"异常的问题。
- 修复了横向打印不起作用的问题。
- 修复了ppt/pptx转pdf结果不正确的问题。
- 修复了ppt/pptx转pdf图表格式不正确的问题。
获取最新版的spire.presentation 3.6.1,请点击:
http://www.e-iceblue.cn/downloads/spire-presentation-net.html