Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 141,243 for

pptx

(0.44 sec)
  1. 形状有效属性|Aspose.Slides for PHP 文档

    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" ); try { $shape = $pres ->...Presentation ( "Presentation1.pptx" ); try { $threeDEffectiveData...

    docs.aspose.com/slides/zh/php-java/shape-effect...
  2. Replacing Images inside Presentation Image Coll...

    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. This sample code shows...Presentation > ( u "presentation.pptx" ); // The first approach ArrayPtr...

    docs.aspose.com/slides/cpp/replacing-images-ins...
  3. Automate Presentation Localization in PHP|Aspos...

    Automate PowerPoint and OpenDocument slide localization with Aspose.Slides for PHP via Java, using practical code samples and tips for faster global rollout....Write the presentation as a PPTX file. The implementation of...$pres = new Presentation ( "test.pptx" ); try { $shape = $pres ->...

    docs.aspose.com/slides/php-java/presentation-lo...
  4. Manage Rows and Columns in PowerPoint Tables in...

    Manage table rows and columns in PowerPoint with Aspose.Slides for .NET and speed up presentation editing and data updates....pptx" ); // Accesses the first slide..."First_row_header.pptx" , SaveFormat . Pptx ); Clone a Table Row...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  5. Is It Possible to Use Aspose.Slides in an Azure...

    Hi All, we are trying to use aspose.words (25.7.0) and aspose.slides (25.7.0) in a “plain” Azure Function App (Python 3.12) but as soon as we add the import for these packages the functions do not load anymore. We were …...HttpResponse: “”" HTTP POST: Accept PPTX bytes in the request body and...Query param: filename=yourdeck.pptx (optional) """ try: # If GET...

    forum.aspose.com/t/is-it-possible-to-use-aspose...
  6. Convert Excel to PDF, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more.... Convert Excel Workbook to PPTX The Aspose.Cells API provides...spreadsheets to PPTX format. To export the workbook to PPTX, pass SaveFormat...

    docs.aspose.com/cells/net/convert-workbook-to-d...
  7. Add Picture Frame 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....the modified presentation as a PPTX file. The above steps are implemented...Prseetation class that represents the PPTX Presentation pres = new Presentation...

    docs.aspose.com/slides/net/add-picture-frame-to...
  8. Extract Flash Objects from Presentations in Jav...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides in Java with Aspose.Slides, complete code samples and best practices....Presentation class that represents the PPTX Presentation pres = new Presentation...PowerPoint formats such as PPT and PPTX, since it can load these containers...

    docs.aspose.com/slides/java/flash/
  9. Java 中的高级演示文稿文本提取|Aspose.Slides 文档

    使用 Aspose.Slides for Java,快速从 PowerPoint 和 OpenDocument 演示文稿中提取文本。遵循我们的简明分步指南,节省时间。...Slides 从 Microsoft PowerPoint PPTX 演示文稿中提取文本。 从幻灯片提取文本 Aspose.Slides...类。该类公开了多个重载的静态方法,用于从演示文稿或幻灯片中提取完整文本。要从 PPTX 演示文稿的幻灯片中提取文本,使用由 SlideUtil...

    docs.aspose.com/slides/zh/java/extract-text-fro...
  10. 在 C++ 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C++ 示例代码添加、格式化和编辑图表。... 将修改后的演示文稿写入为 PPTX 文件。 以下 C++ 代码演示如何创建普通图表: //.../out/NormalCharts_out.pptx" ; //实例化一个表示 PPTX 文件的演示文稿类 SharedPtr...

    docs.aspose.com/slides/zh/cpp/create-chart/