Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 141,331 for

pptx

(0.2 sec)
  1. 在 Python 中管理图表数据系列|Aspose.Slides for Python 文档

    了解如何在Python中管理PowerPoint(PPT/Pptx)图表数据系列,提供实用代码示例和最佳实践,以提升数据演示效果。...图、访问第一个图表系列、配置重叠设置,然后将结果保存为 PPTX 文件: import aspose.slides as..."series_overlap.pptx" , slides . export . SaveFormat . PPTX ) 结果: 更改系列填充颜色...

    docs.aspose.com/slides/zh/python-net/chart-series/
  2. Java 中的高级演示文稿文本提取|Aspose.Slides 文档

    使用 Aspose.Slides for Java,快速从 PowerPoint 和 OpenDocument 演示文稿中提取文本。遵循我们的简明分步指南,节省时间。...Slides 从 Microsoft PowerPoint PPTX 演示文稿中提取文本。 从幻灯片提取文本 Aspose.Slides...类。该类公开了多个重载的静态方法,用于从演示文稿或幻灯片中提取完整文本。要从 PPTX 演示文稿的幻灯片中提取文本,使用由 SlideUtil...

    docs.aspose.com/slides/zh/java/extract-text-fro...
  3. Replace Images in the Presentation’s Image Coll...

    Replace images in presentations fast with Python. Supporting PowerPoint and OpenDocument formats to streamline workflows and boost slide quality....the modified presentation as a PPTX file. import aspose.slides as...slides . Presentation ( "pres.pptx" ) as presentation : #the first...

    docs.aspose.com/slides/python-net/replacing-ima...
  4. Manage OLE in Presentations Using C++|Aspose.Sl...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for C++. Embed, update, and export OLE content seamlessly....the modified presentation as a PPTX file. In the example below,...Save ( u "output.pptx" , SaveFormat :: Pptx ); presentation ->...

    docs.aspose.com/slides/cpp/manage-ole/
  5. Customize Pie Charts in Presentations Using PHP...

    Learn how to create and customize pie charts with Aspose.Slides for PHP via Java, exportable to PowerPoint, boosting your data storytelling in seconds....pptx" , SaveFormat :: Pptx ); } finally { if...the modified presentation to a PPTX file. # Create an instance of...

    docs.aspose.com/slides/php-java/pie-chart/
  6. 图像|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides for Node.js 简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流程。...pptx" , aspose . slides . SaveFormat . Pptx ); } finally...); // 将 PPTX 文件写入磁盘 pres . save ( "OleEmbed_out.pptx" , aspose...

    docs.aspose.com/slides/zh/nodejs-java/image/
  7. 在 C++ 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C++ 示例代码添加、格式化和编辑图表。... 将修改后的演示文稿写入为 PPTX 文件。 以下 C++ 代码演示如何创建普通图表: //.../out/NormalCharts_out.pptx" ; //实例化一个表示 PPTX 文件的演示文稿类 SharedPtr...

    docs.aspose.com/slides/zh/cpp/create-chart/
  8. Convert PowerPoint Presentations to TIFF in Jav...

    Learn how to easily convert PowerPoint (PPT, Pptx) presentations to high-quality TIFF images using Aspose.Slides for Java, with code examples....your PowerPoint slides (PPT, PPTX) and OpenDocument slides (ODP)...represents a presentation file (PPT, PPTX, ODP, etc.). Presentation presentation...

    docs.aspose.com/slides/java/convert-powerpoint-...
  9. Convert PowerPoint Presentations to TIFF in PHP...

    Learn how to easily convert PowerPoint (PPT, Pptx) presentations to high-quality TIFF images using Aspose.Slides for PHP via Java, with code examples....your PowerPoint slides (PPT, PPTX) and OpenDocument slides (ODP)...represents a presentation file (PPT, PPTX, ODP, etc.). $presentation =...

    docs.aspose.com/slides/php-java/convert-powerpo...
  10. 在 .NET 中管理演示文稿的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿。简化工作流程并提升幻灯片设计。...将修改后的演示文稿写入为 PPTX 文件。 下面的 C# 代码演示如何创建图片框: // 实例化表示 PPTX 文件的 Presentation...将演示文稿写入 PPTX 文件 pres . Save ( "RectPicFrameFormat_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/net/picture-frame/