Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 141,306 for

pptx

(0.24 sec)
  1. Update Chart|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....the modified presentation as a PPTX file. The code examples that...

    docs.aspose.com/slides/cpp/update-chart/
  2. Support for Embedding Audio in Presentation|Asp...

    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....feature is supported only for PPTX export. Support for Embedding...

    docs.aspose.com/slides/reportingservices/suppor...
  3. Manage Chart Workbooks in Presentations with Py...

    Discover Aspose.Slides for Python via .NET: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....pptx" ) as presentation : chart =...( "chart.pptx" , slides . export . SaveFormat . PPTX ) Manage...

    docs.aspose.com/slides/python-net/chart-workbook/
  4. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up presentation editing and data updates....pptx" ); try { // Accesses the first...( "pres.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  5. Animate PowerPoint Charts in .NET|Aspose.Slides...

    Create stunning animated charts in .NET with Aspose.Slides. Boost presentations with dynamic visuals in PPT and Pptx files—get started now....pptx" )) { // Get reference of the..."AnimatingSeries_out.pptx" , SaveFormat . Pptx ); } Chart Category...

    docs.aspose.com/slides/net/animated-charts/
  6. Animate PowerPoint Charts in Java|Aspose.Slides...

    Create stunning animated charts in Java with Aspose.Slides. Boost presentations with dynamic visuals in PPT and Pptx files—get started now....pptx" ); try { // Get reference of..."AnimatingSeries_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/animated-charts/
  7. Error While Converting a PowerPoint Presentatio...

    When we try to convert the attached Pptx file using ARM64 environment, the error occurs. image.png (106.2 KB) 08I23-11 - 03 - 08I23-11, Activación, Bloqueo y Desbloqueo de Cuentas de Ahorros.zip (3.2 MB)...try to convert the attached pptx file using ARM64 environment...exception when converting a PPTX file on an ARM64 machine. To...

    forum.aspose.com/t/error-while-converting-a-pow...
  8. Manage Presentation Shapes on Android|Aspose.Sl...

    Learn to create, edit and optimize shapes in Aspose.Slides for Android via Java and deliver high-performance PowerPoint presentations....pptx" ); try { ISlide slide = pres...the modified presentation as a PPTX file. The example below adds...

    docs.aspose.com/slides/androidjava/shape-manipu...
  9. Manage Audio in Presentations Using JavaScript|...

    Create and control audio frames in Aspose.Slides for Node.js—examples to embed, trim, loop, and configure playback across PPT, Pptx, and ODP presentations....pptx" , aspose . slides . SaveFormat . Pptx ); } catch..."example_out.pptx" , aspose . slides . SaveFormat . Pptx ); } catch...

    docs.aspose.com/slides/nodejs-java/audio-frame/
  10. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化表格工作流。...代码演示了如何在演示文稿中创建表格: // 实例化一个表示 PPTX 文件的 Presentation 类 auto pres...-> Save ( u "table.pptx" , SaveFormat :: Pptx ); 标准表格中的编号 在标准表...

    docs.aspose.com/slides/zh/cpp/manage-table/