Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 141,241 for

pptx

(0.1 sec)
  1. Create and Apply WordArt Effects in C++|Aspose....

    Create and customize WordArt effects in Aspose.Slides for C++. This step-by-step guide helps developers enhance presentations with professional text in C++....Write the presentation as a PPTX file. This sample code in C++—an...Save ( u "pres_out.pptx" , SaveFormat :: Pptx ); Apply Inner Shadow...

    docs.aspose.com/slides/cpp/wordart/
  2. Convert CSV to PowerPoint using Python or with ...

    CSV to PowerPoint conversion in your Python applications without using Microsoft Office or online. Test free CSV to PowerPoint online converter quickly before integrating the code....Presentation File) Convert CSV to PPTX (Open XML presentation Format)...However, with newer versions, the PPTX (PowerPoint Open XML Presentation)...

    products.aspose.com/total/python-net/conversion...
  3. 使用 C++ 在演示文稿中管理 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for C++ 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发者提供对幻灯片的强大控制。... 将修改后的演示文稿写入 PPTX 文件。 下面的代码片段将演示文稿幻灯片上的 ActiveX...控件,并使用其属性设置视频路径。 将演示文稿保存为 PPTX 文件。 // 实例化表示 PPTX 文件的 Presentation 类...

    docs.aspose.com/slides/zh/cpp/activex/
  4. Convert PowerPoint Presentations to Animated GI...

    Easily convert PowerPoint presentations (PPT, Pptx) to animated GIFs in JavaScript with Aspose.Slides for Node.js via Java. Fast, high-quality results....pptx" ); try { pres . save ( "pres...slides . Presentation ( "pres.pptx" ); try { var gifOptions = new...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  5. Get all the external hyperlinks in a presentati...

    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" ; foreach ( string s in GetAllExternalHyperl...all the External Eyperlinks.pptx" ; //Instantiate a Presentation...

    docs.aspose.com/slides/net/get-all-the-external...
  6. Add Layout Slides to Presentation|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" ; //Instantiate Presentation...of layouts. // Technographics.pptx presentation only contains Blank...

    docs.aspose.com/slides/net/add-layout-slides-to...
  7. Customize Doughnut Charts in Presentations Usin...

    Discover how to create and customize doughnut charts with JavaScript and Aspose.Slides for Node.js, supporting PowerPoint formats for dynamic presentations....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/doughnut-chart/
  8. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, Pptx and ODP presentation solutions....pptx" , SaveFormat . Pptx ); Obsolete Aspose...

    docs.aspose.com/slides/java/public-api-and-back...
  9. Parse Documents via Python | products.aspose.com

    Parse PDF, Microsoft Word and PowerPoint Presentations via your Python application. Extract Text or Images with ease....Files Parse PPT Files Parse PPTX Files Parse RTF Files Parse...

    products.aspose.com/total/python-net/parse/
  10. Embed Fonts in Presentations Using С++|Aspose.S...

    Embed TrueType fonts in PowerPoint and OpenDocument presentations with Aspose.Slides for С++, ensuring accurate rendering across all platforms....pptx" ); // Get all embedded fonts...< Presentation > ( u "sample.pptx" ); auto usedFonts = presentation...

    docs.aspose.com/slides/cpp/embedded-font/