首页 > 慧问 > 频道

Aspose.Slide 的 LayoutSlides是怎么来的,初始值怎么设置啊

发表于2019-05-10 回复:0 查看:3073  |  
Aspose.Slide 的 LayoutSlides是怎么来的,初始值怎么设置啊 下面这段代码:如何控制LayoutSlides的Count啊 using (Presentation pres = new Presentation()) { //Instantiate SlideCollection calss ISlideCollection slds = pres.Slides; for (int i = 0; i < pres.LayoutSlides.Count; i++) { //Add an empty slide to the Slides collection slds.AddEmptySlide(pres.LayoutSlides[i]); } //Do some work on the newly added slide //Save the PPTX file to the Disk pres.Save(dataDir + "EmptySlide.pptx", Aspose.Slides.Export.SaveFormat.Pptx); }
0个回答

打破零回复...

回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP