彩票走势图

彩票走势图 > 慧问 > 频道

如何从StimulReports.Net代码中启用editor-mode?[Stimulsoft Reports Designer.Silverlight]

发表于2019-05-10 回复:0 查看:2245  |  
如何从StimulReports.Net代码中启用editor-mode?
1个回答
  • 1970-01-01 08:00
    aspose.slides是支持分页的,您需要在转换的时候将其转换到单独的页: <pre class='brush:csharp'> PresentationEx origPres = new PresentationEx(path + "SamplePres.pptx"); PresentationEx tempPres = null; foreach (SlideEx slide in origPres.Slides) { tempPres = new PresentationEx(); tempPres.Slides.AddClone(slide); tempPres.Slides.RemoveAt(0); tempPres.Save(path + "SamplePres_"+slide.SlideId.ToString()+".html", Aspose.Slides.Export.SaveFormat.Html); } </pre> aspose.slides是支持嵌入音频和视频的。
    1
    回复 举报
回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP