Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 143,423 for

pptx

(0.12 sec)
  1. 将媒体文件导出为 HTML 文件|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....类的实例 获取幻灯片的引用 设置切换效果 将演示文稿写入 PPTX 文件 在下面的示例中,我们已将媒体文件导出为 HTML。...srcFileName = FilePath + "Conversion.pptx" ; string destFileName = "video...

    docs.aspose.com/slides/zh/net/export-media-file...
  2. Manage Tags and Custom Data in Presentations Us...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for Node.js, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...slides . Presentation ( "pres.pptx" ); try { var keywords = pres...

    docs.aspose.com/slides/nodejs-java/managing-tag...
  3. Manage Video Frames in Presentations on Android...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Android via Java. Fast how-to guide....pptx" ); try { // Loads the video..."pres-with-video.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/androidjava/video-frame/
  4. Apply or Change Slide Layouts on Android|Aspose...

    Manage and customize slide layouts in Aspose.Slides for Android. Explore layout types, placeholder control, and footer visibility through Java code examples....pptx" ); try { // Go through the.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { presentation...

    docs.aspose.com/slides/androidjava/slide-layout/
  5. 生成幻灯片缩略图为 JPEG|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pptx" )) { //Access the first slide...如需了解更多信息,请访问 在 .NET 中将 PPT 和 PPTX 转换为 JPG 。 导出媒体文件为HTML文件 使用用户定义尺寸从幻灯片生成缩略图...

    docs.aspose.com/slides/zh/net/generate-slide-th...
  6. Slide Transitions|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pptx" ; //Instantiate Presentation...Save ( FileName , SaveFormat . Pptx ); } Download Sample Code Github...

    docs.aspose.com/slides/net/slide-transitions/
  7. Yellow Boxes Appear When Saving a Slide As an I...

    Hello, I’m trying to save a slide from a Pptx as an image, but yellow boxes appear that are not present in the original presentation. Could you please confirm whether this is a bug? Thank you Code: new Presentation(…...trying to save a slide from a PPTX as an image, but yellow boxes...Presentation("/path/to/yellow.pptx").getSlides().forEach(slide...

    forum.aspose.com/t/yellow-boxes-appear-when-sav...
  8. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in JavaScript with Aspose.Slides. Load sheets and cells and use values to generate data-driven PowerPoint presentations....pptx" ); try { // Loop through Excel...} Report.pptx` , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/excel-integr...
  9. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Step-by-step guide....pptx" , SaveFormat . Pptx ); } Create Picture...pres . Save ( "pres.pptx" , SaveFormat . Pptx ); } Create Multilevel...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  10. Customize 3D Charts in Presentations Using Java...

    Learn how to create and customize 3-D charts in Aspose.Slides for Java, with support for PPT and Pptx files—boost your presentations today....the modified presentation to a PPTX file. Presentation pres = new...( "Rotation3D_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/3d-chart/