Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 143,436 for

pptx

(0.45 sec)
  1. 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...
  2. Manage Bulleted and Numbered Lists in Presentat...

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

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  3. Ինչպես տեղադրել ջրանիշի սևագիրը PPTX-ում՝ օգտագ...

    Մենք կուղղորդենք ձեզ, թե ինչպես տեղադրել ջրանիշի սևագիր Pptx-ում Python-ի միջոցով՝ պարզ API զանգերի օգնությամբ: Դուք կարող եք օգտագործել հետևյալ օրինակը՝ ներկայացնելու համար գաղտնի ջրի մակարդակի նշագիծ՝ օգտագործելով Python-ը Windows-ի, Linux-ի կամ macOS-ի ներսում .NET Core և Python աջակցվող ցանկացած միջավայրում:...Ինչպես տեղադրել ջրանիշի սևագիրը PPTX-ում՝ օգտագործելով Python-ը Այս...պետք է ներդնել ջրանիշի սևագիր PPTX -ում՝ օգտագործելով Python ՝...

    kb.aspose.com/hy/slides/python/how-to-insert-dr...
  4. 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/
  5. Aspose.Slides for .NET Core | .NET Core PowerPo...

    Aspose.Slides .NET Core API to build PowerPoint .NET Core solutions.... Microsoft PowerPoint: PPT, PPTX, PPS, POT, PPSX, PPTM, PPSM...between each other (e.g. PPT to PPTX, PPTX to ODP), or into a template...

    products.aspose.com/slides/net-core/
  6. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Latest Answers Convert PUB to PPTX in Java Convert DNG to JPG using...PDF in Python Convert PUB to PPTX in C# Convert EPS to PDF using...

    kb.aspose.com/categories/page/10/
  7. Convert DOCX to PPSX via C# .NET or with free O...

    Convert Word docx documents to PowerPoint ppsx files with C#. Convert multiple files within ASP.NET or other .NET applications....Cases Converting DocX Files into Pptx Formats is Vital for Unlocking...conversion of DocX files into Pptx formats is necessary to unlock...

    products.aspose.com/total/net/conversion/docx-t...
  8. Manage Presentation Tables in JavaScript|Aspose...

    Create & edit tables in PowerPoint slides with JavaScript and Aspose.Slides for Node.js. Discover simple code examples to streamline your table workflows....Presentation class that represents a PPTX file var pres = new aspose ...( "table.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-table/
  9. Manage Slide Sections in Presentations with Pyt...

    Streamline slide sections in PowerPoint and OpenDocument with Aspose.Slides for Python — split, rename, and reorder to optimize Pptx and ODP workflows....pptx" , slides . export . SaveFormat . PPTX ) presentation..."reordered_sections.pptx" , slides . export . SaveFormat . PPTX ) presentation...

    docs.aspose.com/slides/python-net/slide-section/
  10. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。... 将修改后的演示文稿另存为 PPTX 文件。 下面的 C# 代码演示了如何创建簇状柱形图: //...Separator = "/" ; // 将演示文稿保存为 PPTX 文件到磁盘。 presentation . Save (...

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