Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 143,423 for

pptx

(0.48 sec)
  1. Animate PowerPoint Text in Python|Aspose.Slides...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, with easy-to-follow, optimized code examples....workflows that export to standard PPTX and play correctly in PowerPoint...Presentation ( "Presentation.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/animated-text/
  2. 将布局幻灯片添加到演示文稿|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" )) { // Try to search by layout...of layouts. // Technographics.pptx presentation only contains Blank...

    docs.aspose.com/slides/zh/net/add-layout-slide-...
  3. Text Box|Aspose.Slides for PHP Documentation

    Create and format text boxes in PHP with Aspose.Slides: set fonts, alignment, wrapping, autofit, and links to polish slides for PowerPoint and OpenDocument....pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "text_box.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  4. 档案

    档案...习如何在 Java 中向 PowerPoint PPT/PPTX 添加超链接。最后,我们还将讨论如何以编程方式从 PPT...中处理超链接的 Java API 在 PowerPoint PPT/PPTX 中添加超链接 添加文本超链接 插入形状超链接 添加图片超链接...

    blog.aspose.com/zh/slides/work-with-hyperlinks-...
  5. 使用 Python 管理演示文稿中的形状|Aspose.Slides for Python 文档

    学习在 Aspose.Slides for Python via .NET 中创建、编辑和优化形状,并交付高性能的 PowerPoint 和 OpenDocument 演示文稿。...pptx" ) as presentation : slide =...shapes。 将形状克隆到目标幻灯片。 将演示文稿另存为 PPTX。 下面的代码示例演示了如何将形状从一个幻灯片克隆到另一个幻灯片。...

    docs.aspose.com/slides/zh/python-net/shape-mani...
  6. Get the File Format of Presentation|Aspose.Slid...

    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" ; IPresentationInfo info ;...LoadFormat ) { case LoadFormat . Pptx : { break ; } case LoadFormat...

    docs.aspose.com/slides/net/get-the-file-format-...
  7. 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.... Save the presentation as a PPTX file. The implementation of...exporting presentations to PDF, PPT/PPTX, images, and other supported...

    docs.aspose.com/slides/cpp/superscript-and-subs...
  8. Create File using Node.js | products.aspose.com

    Create Microsoft Office documents, Visio, PDF Files and Images using Node.js...PowerPoint presentations (PPT, PPTX) with rich media content, animations...Generate PPTM File Generate PPTX File Generate VSD File Generate...

    products.aspose.com/total/nodejs-java/create/
  9. Aspose.Slides 26.1 - Saving Presentation as TIF...

    Environment: .NET 8 Linux Docker (e.g. mcr.microsoft.com/dotnet/sdk:8.0.x) Aspose.Slides version: 26.1.0 also installed libgdiplus but error persists Steps to reproduce: Load or generate a Pptx using new Presentatio…...reproduce: Load or generate a PPTX using new Presentation(...)...GetImageEncoders() . Expected result: Saving PPTX as TIFF should work on Linux...

    forum.aspose.com/t/aspose-slides-26-1-saving-pr...
  10. 使用 Python 在演示文稿中自定义图表图例|Aspose.Slides for Pytho...

    通过 Aspose.Slides for Python(基于 .NET)自定义图表图例,以优化 PowerPoint 和 OpenDocument 演示文稿的图例格式。... 将演示文稿保存为 PPTX 文件。 在下面的示例中,我们设置了图表图例的位置和大小:..."legend_positioning.pptx" , slides . export . SaveFormat . PPTX ) 设置图例字体大小...

    docs.aspose.com/slides/zh/python-net/chart-legend/