Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 9,261 for

pptx

(0.05 sec)
  1. Chart Legend|Aspose.Slides for PHP Documentation

    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....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/chart-legend/
  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 { IAutoShape shape =...Presentation ( "Presentation1.pptx" ); try { IThreeDFormatEffecti...

    docs.aspose.com/slides/zh/androidjava/shape-eff...
  3. Aspose.Slides Product Family

    Find answers about creating, converting, and editing presentations in code without utilizing Microsoft PowerPoint....Convert PPTX to Markdown using Java How to Convert PPTX to Markdown...Markdown using C# How to Convert PPTX to Markdown using Python How...

    kb.aspose.com/slides/
  4. How to Convert PowerPoint to SVG in Python

    In this simple article, we'll walk you through the steps for how to convert PowerPoint to SVG in Python along with the detailed configuration steps to setup the environment. By using a few lines of code, you can easily convert Pptx to SVG in Python....code, you can easily convert PPTX to SVG in Python and use the... and macOS. Steps to Export PPTX to SVG in Python Configure the...

    kb.aspose.com/slides/python/how-to-convert-powe...
  5. 图表工作簿|Aspose.Slides 文档

    Java 中 PowerPoint 演示文稿中的图表工作簿...pptx" ); try { Chart chart = ( Chart...= new Presentation ( "chart2.pptx" ); try { ISlide slide = pres...

    docs.aspose.com/slides/zh/androidjava/chart-wor...
  6. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...pptx" , SaveFormat . Pptx ); } finally { if...save ( "pres-out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  7. 组|Aspose.Slides for Python 文档

    在Python中向PowerPoint演示文稿添加组形状... 将修改后的演示文稿保存为PPTX文件。 下面的示例向幻灯片添加了一个组形状。 import...0 ) # 将PPTX文件写入磁盘 pres . save ( "GroupShape_out.pptx" , slides...

    docs.aspose.com/slides/zh/python-net/group/
  8. Manage PowerPoint Paragraph in Python|Aspose.Sl...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in Python...Presentation class that represents a PPTX file with slides . Presentation...Write PPTX to Disk pres . save ( "multiParaPort_out.pptx" , slides...

    docs.aspose.com/slides/python-net/manage-paragr...
  9. 图片框|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加图片框...将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码展示了如何创建一个图片框: // 实例化表示 PPTX 文件的 Presentation...); // 将 PPTX 文件写入磁盘 pres . save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/java/picture-frame/
  10. 画框|Aspose.Slides for PHP 文档

    将画框添加到 PowerPoint 演示文稿中...将修改后的演示文稿写入 PPTX 文件。 以下 PHP 代码展示了如何创建一个画框: # 实例化表示 PPTX 文件的 Presentation...); # 将 PPTX 文件写入磁盘 $pres -> save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/php-java/picture-frame/