彩票走势图

.NET版PPT处理控件Spire.Presentation v5.8.1发布!3大新功能全新上线!

原创|产品更新|编辑:李显亮|2020-08-10 10:01:58.413|阅读 168 次

概述:很高兴地告诉大家.NET版Spire.Presentation v5.8.1上线啦!该版本支持添加节、设置SmartArt节点轮廓线条样式和节点间的连接线条样式,并修复了将PPT转为PDF时出现的问题,欢迎下载体验。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

Spire.Presentation for .NET是专业的 PowerPoint® 组件,使用该组件,开发者可以在 .NET 平台上对 PowerPoint® 文档进行生成、读取、写入、修改、转换和打印等操作。

Spire.Presentation for .NET支持 PPT、PPS、PPTX、PPSX 格式的 PowerPoint® 文档,支持的主要功能有写入文本、插入图片、添加图形、表格、动画效果、音频和视频等元素到幻灯片。Spire.Presentation 也支持将幻灯片转换为 EMF、JPG、TIFF、PDF、XPS、SVG、HTML 格式文件。

很高兴地告诉大家.NET版Spire.Presentation v5.8.1上线啦!该版本支持添加节、设置SmartArt节点轮廓线条样式和节点间的连接线条样式,并修复了将PPT转为PDF时出现的问题,具体更新情况如下:

下载Spire.Presentation for .NET最新版


新功能

  • 支持添加节
    Presentation presentation = new Presentation();
    presentation.LoadFromFile(pptfile);
    ISlide slide = presentation.Slides[0];
    //添加节
    presentation.SectionList.Add("section1", slide);
    //获取节
    Section section;
    String name;
      for (int i = 0; i < presentation.SectionList.Count; i++)
        {
          section  = presentation.SectionList[i];
          name = section.Name;
             foreach (long id in section.SlideIdList)
              {
               }
         }
  • 支持设置SmartArt节点轮廓线条样式
    ISmartArt smartArt = presentation.Slides[0].Shapes[0] as ISmartArt;
    int count =smartArt.Nodes.Count;
    ISmartArtNode node;
      for (int i = 0; i < count; i++) { node = smartArt.Nodes[i]; node.Line.FillType = FillFormatType.Solid; node.Line.SolidFillColor.Color = Color.Gray; node.Line.Width = 2; }
  • 支持设置SmartArt节点之间的连接线条样式
    ISmartArt smartArt = presentation.Slides[0].Shapes[0] as ISmartArt;
    int count =smartArt.Nodes.Count;
    ISmartArtNode node;
      for (int i = 0; i < count; i++) { node = smartArt.Nodes[i]; node.LinkLine.FillType = FillFormatType.Solid; node.LinkLine.SolidFillColor.Color = Color.Gray; node.LinkLine.Width = 2; node.LinkLine.DashStyle = LineDashStyleType.SystemDash; }

Bug修复

  • 修复了转换PPT到PDF内容后部分丢失的问题

还想要更多吗?您可以点击阅读
【2019 · E-iceblue最新资源整合】查找需要的教程资源。如果您有任何疑问或需求,请随时,我们很高兴为您提供查询和咨询

标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP