彩票走势图

Aspose.Slides v21.12更新,包含PPT摘要优化、低代码API转化、接口删除

原创|行业资讯|编辑:何跃|2022-01-14 11:05:12.517|阅读 178 次

概述:本次更新中的调整,希望正在使用Aspose.Slides类库的朋友注意调整程序中的相应代码。

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

Aspose.Slides v21.12C#和Java支持摘要放大和分段放大,以.NET代码为例:

using (Presentation pres = new Presentation())
{
   //Adds a new slide to the presentation
   ISlide slide = pres.Slides.AddEmptySlide(pres.Slides[0].LayoutSlide);
   slide.Background.FillFormat.FillType = FillType.Solid;
   slide.Background.FillFormat.SolidFillColor.Color = Color.Brown;
   slide.Background.Type = BackgroundType.OwnBackground;

   // Adds a new section to the presentation
   pres.Sections.AddSection("Section 1", slide);

   //Adds a new slide to the presentation
   slide = pres.Slides.AddEmptySlide(pres.Slides[0].LayoutSlide);
   slide.Background.FillFormat.FillType = FillType.Solid;
   slide.Background.FillFormat.SolidFillColor.Color = Color.Aqua;
   slide.Background.Type = BackgroundType.OwnBackground;

   // Adds a new section to the presentation
   pres.Sections.AddSection("Section 2", slide);

   //Adds a new slide to the presentation
   slide = pres.Slides.AddEmptySlide(pres.Slides[0].LayoutSlide);
   slide.Background.FillFormat.FillType = FillType.Solid;
   slide.Background.FillFormat.SolidFillColor.Color = Color.Chartreuse;
   slide.Background.Type = BackgroundType.OwnBackground;

   // Adds a new section to the presentation
   pres.Sections.AddSection("Section 3", slide);

   //Adds a new slide to the presentation
   slide = pres.Slides.AddEmptySlide(pres.Slides[0].LayoutSlide);
   slide.Background.FillFormat.FillType = FillType.Solid;
   slide.Background.FillFormat.SolidFillColor.Color = Color.DarkGreen;
   slide.Background.Type = BackgroundType.OwnBackground;

   // Adds a new section to the presentation
   pres.Sections.AddSection("Section 4", slide);

   // Adds a SectionZoomFrame object
   ISectionZoomFrame sectionZoomFrame = pres.Slides[0].Shapes.AddSectionZoomFrame(20, 20, 300, 200, pres.Sections[1]);

   // Adds SummaryZoomFrame object
   ISummaryZoomFrame summaryZoomFrame = pres.Slides[0].Shapes.AddSummaryZoomFrame(350, 50, 300, 200);

   // Saves the presentation
   pres.Save("presentation.pptx", SaveFormat.Pptx);
}

PPT转PDF低代码API优化,以C#代码为例,一行解决功能:

Convert.AutoByExtension("pres.pptx", "pres.pdf")

ObjectData、EmbeddedFileExtension和EmbeddedFileData已从IOleObjectFrame接口中删除

过时的属性ObjectData、EmbeddedFileExtension和EmbeddedFileData已经从IOleObjectFrame接口中移除。使用IOleObjectFrame接口的SetEmbeddedData方法和EmbeddedData属性来代替。



标签:

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


为你推荐

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


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP