Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 143,938 for

pptx

(0.16 sec)
  1. 使用 Java 优化演示文稿中的图像管理|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 中简化图像管理,优化性能并实现工作流自动化。...pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/zh/java/image/
  2. 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" ); //The first way byte []..."presentation_out.pptx" , SaveFormat . Pptx ); Added Methods for...

    docs.aspose.com/slides/java/public-api-and-back...
  3. Convert PowerPoint Slides to PNG in C++|Aspose....

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for C++, ensuring precise, automated results....files in formats such as PPT, PPTX, and ODP, render slides as images...MakeObject < Presentation > ( u "pres.pptx" ); for ( int32_t index = 0...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  4. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for C++ and elevate your presentations with professional text formatting for maximum impact....text into your PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations... Save the presentation as a PPTX file. The implementation of...

    docs.aspose.com/slides/cpp/superscript-and-subs...
  5. Manage Presentation Shapes in PHP|Aspose.Slides...

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

    docs.aspose.com/slides/php-java/shape-manipulat...
  6. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/manage-table/
  7. Ինչպես տեղադրել պատկերը PowerPoint աղյուսակում՝...

    Այս օրինակը կենտրոնանում է այն բանի վրա, թե ինչպես կարելի է պատկերը տեղադրել PowerPoint աղյուսակում՝ օգտագործելով Python-ը: Այն նկարագրում է շրջակա միջավայրը կարգավորելու համար անհրաժեշտ բոլոր տեղեկությունները և աշխատանքային օրինակի կոդը՝ PowerPoint-ում Python-ի միջոցով աղյուսակի պատկեր ավելացնելու համար:...օրինակ կոդ՝ պատկեր ավելացնելու PPTX աղյուսակում Python -ում: Հավելվածը...պատկերը դրա ներսում Պահպանեք PPTX ներկայացումը սկավառակի վրա սեղանի...

    kb.aspose.com/hy/slides/python/how-to-insert-im...
  8. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Step-by-step guide....Presentation class that represents a PPTX file Presentation pres = new...presentation as a PPTX file pres . save ( "Bullet.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/manage-bullet/
  9. 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...
  10. 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...