Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 142,051 for

pptx

(0.14 sec)
  1. Customize Pie Charts in Presentations in .NET|A...

    Learn how to create and customize pie charts in .NET with Aspose.Slides, exportable to PowerPoint, boosting your data storytelling in seconds....pptx" , SaveFormat . Pptx ); Set Automatic Pie...the modified presentation to a PPTX file. // Instantiate Presentation...

    docs.aspose.com/slides/net/pie-chart/
  2. 如何使用 Python 将演示文稿转换为 PDF

    这个简单的主题解释了如何使用 Python 将 Presentation 转换为 PDF。为了将 PPT 转换为 PDF,可以使用基于 Python 的 API。...为了使用简单的 API 调用将 PPTX 转换为基于 Python 的代码,可以使用。该应用程序可以在任何配置了...在项目中包含 Aspose.Slides 命名空间,用于将 PPTX 导出为 PDF 创建 Presentation 类的实例以加载源演示文稿...

    kb.aspose.com/zh/slides/python/how-to-convert-p...
  3. Apply Shape Animations in Presentations in .NET...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for .NET. Stand out!...the presentation to disk as a PPTX file. This C# code shows you...ByLevelParagraphs1 ; // Save the PPTX file to disk pres . Save ( path...

    docs.aspose.com/slides/net/shape-animation/
  4. 管理单元格|Aspose.Slides for Node.js via .NET 文档

    PowerPoint 演示文稿中的表格单元格(使用 JavaScript)...pptx" ); try { var table = pres ...遍历每个单元格以清除上、下、右、左边框。 将修改后的演示文稿保存为 PPTX 文件。 以下 JavaScript 代码演示了如何移除表格单元格的边框:...

    docs.aspose.com/slides/zh/nodejs-java/manage-ce...
  5. Aspose.Slides for Java

    此 API 有助于在 Java 应用程序中创建、转换、编辑和打印 PowerPoint 演示文稿,而无需使用 Microsoft PowerPoint。...Java 最新答案 如何在 Java 中将 PPT 转换为 PPTX 如何使用 Java 将超链接添加到 PowerPoint...PowerPoint 中的图像 如何在 Java 中将 PPTX 转换为 PPT 如何在 Java 中将 PNG 转换为 PowerPoint...

    kb.aspose.com/zh/slides/java/page/2/
  6. Chart|Aspose.Slides for Python Documentation

    Create and customize charts in Python with Aspose.Slides: add data, format series, axes and labels, change types, and export—works with PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access...slides . Presentation ( "chart.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  7. Video|Aspose.Slides for Python Documentation

    Work with video in Python using Aspose.Slides: insert, replace, trim, set poster frames and playback options, and export presentations for PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access...slides . Presentation ( "video.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  8. Audio|Aspose.Slides for Python Documentation

    Work with audio in Python using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....pptx" , slides . export . SaveFormat . PPTX ) Access...slides . Presentation ( "audio.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Export PS to PPS in Android | products.aspose.com

    Android API to Convert PS to PPS without using Microsoft Word...to export the PDF document to PPTX format using Aspose.PDF for...Java can be used to convert the PPTX document to PPS format. This...

    products.aspose.com/total/android-java/conversi...
  10. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in С++ for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....the modified presentation to a PPTX file. This C++ code shows you..."SetChartSeriesOverla_out.pptx" , SaveFormat :: Pptx ); Change the Data...

    docs.aspose.com/slides/cpp/chart-series/