Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 144,294 for

pptx

(1.7 sec)
  1. 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/
  2. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Convert PPTX to Markdown using Java How to Convert PPTX to Markdown...

    kb.aspose.com/categories/page/38/
  3. Automate Presentation Localization on Android|A...

    Automate PowerPoint and OpenDocument slide localization in Java with Aspose.Slides for Android, 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 { IAutoShape shape =...

    docs.aspose.com/slides/androidjava/presentation...
  4. View or Edit OTP Files Metadata using .NET | pr...

    C# source code to edit or view OTP format metadata....NET Metadata Otp PPT PPTX ODP POT ppsx OTP Edit OTP properties...POTX PPS PPSM PPSX PPT PPTM PPTX...

    products.aspose.com/slides/net/metadata/otp/
  5. View or Edit POTM Files Metadata using .NET | p...

    C# source code to edit or view POTM format metadata....NET Metadata Potm PPT PPTX ODP POT ppsx POTM Edit POTM...POTX PPS PPSM PPSX PPT PPTM PPTX...

    products.aspose.com/slides/net/metadata/potm/
  6. Manage Slide Sections in Presentations Using Ja...

    Streamline slide sections in PowerPoint and OpenDocument with Aspose.Slides for Java — split, rename, and reorder to optimize Pptx and ODP workflows....pptx" , SaveFormat . Pptx ); pres . getSections..."pres-sections-moved.pptx" , SaveFormat . Pptx ); pres . getSections...

    docs.aspose.com/slides/java/slide-section/
  7. Manage Slide Sections in Presentations Using PH...

    Streamline slide sections in PowerPoint and OpenDocument with Aspose.Slides for PHP via Java — split, rename, and reorder to optimize Pptx and ODP workflows....pptx" , SaveFormat :: Pptx ); $pres -> getSections..."pres-sections-moved.pptx" , SaveFormat :: Pptx ); $pres -> getSections...

    docs.aspose.com/slides/php-java/slide-section/
  8. Convert PowerPoint Slides to PNG in Python|Aspo...

    Convert PowerPoint and OpenDocument presentations to high-quality PNG images quickly with Aspose.Slides for Python via .NET, ensuring precise, automated results....pptx" ) as presentation : for index...Presentation ( "presentation.pptx" ) as presentation : for index...

    docs.aspose.com/slides/python-net/convert-power...
  9. Render Presentation Slides as SVG Images in C++...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for C++. High-quality visuals with simple code examples....presentation formats, including PPT, PPTX, ODP, and PPS, and shows how...MakeObject < Presentation > ( u "pres.pptx" ); for ( int32_t index = 0...

    docs.aspose.com/slides/cpp/render-a-slide-as-an...
  10. 在 PHP 中管理演示文稿表格|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 在 PowerPoint 幻灯片中创建和编辑表格。探索简易代码示例,以简化您的表格工作流。...PHP 代码演示了如何在演示文稿中创建表格: # 实例化表示 PPTX 文件的 Presentation 类 $pres = new...-> save ( "table.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/manage-table/