Sort Score
Result 10 results
Languages All
Labels All
Results 5,091 - 5,100 of 129,322 for

presentation

(0.25 sec)
  1. Manage Superscript and Subscript in Python|Aspo...

    Master superscript and subscript in Aspose.Slides for Python via .NET and elevate your Presentations with professional text formatting for maximum impact....subscript) Steps: Create a Presentation and get a slide. Add a rectangle...add the portion. Save the presentation as PPTX. import aspose.slides...

    docs.aspose.com/slides/python-net/superscript-a...
  2. Change Background Color in PowerPoint using Python

    Change background color in PowerPoint using Python. Get the IDE details, steps, and a sample code for changing PPT background color using Python....background Create a new presentation and access the first slide...process by creating a new presentation file, accessing the first...

    kb.aspose.com/slides/python/change-background-c...
  3. Shape Types in Aspose.Slides for PHP via Java|A...

    Learn every shape type in Aspose.Slides for PHP via Java, with clear examples to create, format, and edit shapes in PPT and PPTX Presentations....Connectors in Presentations Using PHP Customize Presentation Shapes...Ellipses to Presentations in PHP Group Presentation Shapes in PHP...

    docs.aspose.com/slides/php-java/shape-types/
  4. Master PowerPoint Fonts with Python|Aspose.Slid...

    Learn to control PowerPoint fonts in Aspose.Slides for Python via .NET: embed, substitute, load custom fonts, and resolve missing glyphs with concise code....in Presentations with Python Embed Fonts in Presentations with...Manage Fallback Fonts for Presentations in Python Streamline Font...

    docs.aspose.com/slides/python-net/powerpoint-fo...
  5. 使用现代 API 加强图像处理|Aspose.Slides 文档

    通过使用 C++ 现代 API 替换已弃用的图像 API,实现幻灯片图像处理现代化,从而实现 PowerPoint 和 OpenDocument 的无缝自动化。...的典型场景可能如下所示: System :: SharedPtr < Presentation > pres = System :: MakeObject...MakeObject < Presentation > (); // 实例化一个可释放的 IImage 对象,来源于磁盘上的文件。...

    docs.aspose.com/slides/zh/cpp/modern-api/
  6. Online XPS to PPTM Conversion or Develop Java b...

    Free online app to convert XPS to PPTM files. Java conversion library code for XPS documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/xps-t...
  7. Online XPS to ODP Conversion or Develop Java ba...

    Free online app to convert XPS to ODP files. Java conversion library code for XPS documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/xps-t...
  8. Online XPS to POTM Conversion or Develop Java b...

    Free online app to convert XPS to POTM files. Java conversion library code for XPS documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/xps-t...
  9. 在 .NET 中管理演示文稿的图表工作簿|Aspose.Slides 文档

    探索适用于 .NET 的 Aspose.Slides:轻松管理 PowerPoint 和 OpenDocument 格式中的图表工作簿,以简化演示文稿数据。...代码演示了一个示例操作: using ( Presentation pres = new Presentation ( "chart.pptx"...); } 将工作簿单元格设为图表数据标签 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一个带有数据的气泡图。...

    docs.aspose.com/slides/zh/net/chart-workbook/
  10. 使用 PHP 管理演示文稿中的音频|Aspose.Slides for PHP 文档

    在 Aspose.Slides for PHP 中创建和控制音频帧——提供嵌入、剪裁、循环以及在 PPT、PPTX 和 ODP 演示文稿中配置播放的代码示例。... 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 加载要嵌入到幻灯片中的音频文件流。...实例化表示演示文稿文件的 Presentation 类 $pres = new Presentation (); try { #...

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