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

pptx

(0.51 sec)
  1. Customize Chart Legends in Presentations with P...

    Customize chart legends with Aspose.Slides for Python via .NET to optimize PowerPoint and OpenDocument presentations with tailored legend formatting.... Save the presentation as a PPTX file. In the example below,..."legend_positioning.pptx" , slides . export . SaveFormat . PPTX ) Set the...

    docs.aspose.com/slides/python-net/chart-legend/
  2. 在演示文稿中使用 PHP 应用形状效果|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 将高级形状效果应用于 PPT 和 Pptx 文件——在几秒钟内创建引人注目、专业的幻灯片。...pptx" , SaveFormat :: Pptx ); } finally { if...save ( "reflection.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/shape-effect/
  3. Customize Error Bars in Presentation Charts Usi...

    Learn how to add and customize error bars in charts with JavaScript and Aspose.Slides for Node.js via Java—optimize data visuals in PowerPoint presentations....the modified presentation to a PPTX file. // Create an instance..."ErrorBars.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/error-bar/
  4. Convert PowerPoint Presentations to TIFF in .NE...

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

    docs.aspose.com/slides/net/convert-powerpoint-t...
  5. 使用 PHP 管理演示文稿中的图表工作簿|Aspose.Slides for PHP 文档

    通过 Java 探索适用于 PHP 的 Aspose.Slides:轻松管理 PowerPoint 和 OpenDocument 格式的图表工作簿,以简化您的演示文稿数据。...pptx" ); try { $chart = $pres ->...= new Presentation ( "chart2.pptx" ); try { $slide = $pres ->...

    docs.aspose.com/slides/zh/php-java/chart-workbook/
  6. Convert PowerPoint Presentations to TIFF on And...

    Learn how to easily convert PowerPoint (PPT, Pptx) presentations to high-quality TIFF images using Aspose.Slides for Android, with Java 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/androidjava/convert-powe...
  7. Convert PowerPoint Presentations to TIFF in Pyt...

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

    docs.aspose.com/slides/python-net/convert-power...
  8. 使用 Python 在演示文稿中应用形状效果|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python 将您的 PPT、Pptx 和 ODP 文件转化为高级形状效果——在几秒钟内创建引人注目、专业的幻灯片。...pptx" , slides . export . SaveFormat . PPTX ) 应用反射效果..."reflection.pptx" , slides . export . SaveFormat . PPTX ) 应用辉光效果...

    docs.aspose.com/slides/zh/python-net/shape-effect/
  9. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。... 将修改后的演示文稿保存为 PPTX 文件。 下面的 Python 代码演示了如何创建簇状柱形图:...aspose.pydrawing as draw # 实例化表示 PPTX 文件的 Presentation 类。 with slides...

    docs.aspose.com/slides/zh/python-net/create-chart/
  10. 在 .NET 中管理演示文稿的图表数据系列|Aspose.Slides 文档

    学习如何在 C# 中为 PowerPoint (PPT/Pptx) 管理图表系列,提供实用代码示例和最佳实践,以提升您的数据演示。...图、访问第一个图表系列、配置重叠设置,然后将结果保存为 PPTX 文件: sbyte overlap = 30 ; using...( "series_overlap.pptx" , SaveFormat . Pptx ); } 结果: 更改系列填充颜色...

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