Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 129,307 for

presentation

(0.1 sec)
  1. 在 .NET 中管理演示文稿中的图表数据标签|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以打造更具吸引力的幻灯片。...代码演示如何在图表数据标签中设置数据精度: using ( Presentation pres = new Presentation ()) { IChart...代码演示该操作: // 创建 Presentation 类的实例 Presentation presentation = new Presentation...

    docs.aspose.com/slides/zh/net/chart-data-label/
  2. 在 Python 中格式化 PowerPoint 形状|Aspose.Slides for P...

    了解如何使用 Aspose.Slides 在 Python 中格式化 PowerPoint 形状——精准且完整地设置 PPT、PPTX 和 ODP 文件的填充、线条和效果样式。...以下步骤概述了该过程: 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 向幻灯片添加一个...实例化表示演示文稿文件的 Presentation 类。 with slides . Presentation () as presentation...

    docs.aspose.com/slides/zh/python-net/shape-form...
  3. 在 JavaScript 中从 PDF 或 HTML 导入演示文稿|Aspose.Slides...

    使用 Aspose.Slides for Node.js 将 PDF 和 HTML 文档导入 PowerPoint 和 OpenDocument 演示文稿,实现无缝、高性能的幻灯片处理。... 创建 Presentation 类的实例。 调用 addFromPdf() 方法并传入...= new aspose . slides . Presentation (); try { pres . getSlides...

    docs.aspose.com/slides/zh/nodejs-java/import-pr...
  4. Animate PowerPoint Charts on Android|Aspose.Sli...

    Create stunning animated charts in Java with Aspose.Slides for Android. Boost Presentations with dynamic visuals in PPT and PPTX files—get started now....steps listed below: Load a presentation. Get reference of the chart...Animate the series. Write the presentation file to disk. In the example...

    docs.aspose.com/slides/androidjava/animated-cha...
  5. Hello World Application using Aspose.Slides for...

    Create your first C++ app with Aspose.Slides, a simple Hello World example that gets you ready to automate PPT, PPTX and ODP Presentations....will create a PowerPoint presentation having Hello World text...API: Create an instance of Presentation class Obtain the reference...

    docs.aspose.com/slides/cpp/hello-world-applicat...
  6. 图片|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中处理图片:插入、裁剪、压缩、重新着色,并使用 C# 示例导出 PPT、PPTX 和 ODP 演示文稿中的图像。...() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // 创建一个简单的内存图像。 using var bitmap...

    docs.aspose.com/slides/zh/net/examples/elements...
  7. 数学文本|Aspose.Slides 文档

    探索 Aspose.Slides for .NET 的 MathematicalText 示例:在 PPT、PPTX 和 ODP 演示文稿中使用 C# 创建和格式化方程式、分数、矩阵和符号。...() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // 向幻灯片添加数学形状。 var mathShape =...

    docs.aspose.com/slides/zh/net/examples/elements...
  8. Convert TXT to PPSX via C++ or with free Online...

    Export TXT to PPSX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free TXT to PPSX online converter quickly before integrating the code....plain text documents into a presentation format, which can be used...and visually appealing presentations. This can be especially...

    products.aspose.com/total/cpp/conversion/txt-to...
  9. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint Presentations using Aspose.Slides for С++ for more engaging slides....Manage Chart Data Labels in Presentations Using С++ Contents [ Hide...pptx" ; // Instantiates a Presentation class that represents a...

    docs.aspose.com/slides/cpp/chart-data-label/
  10. 在 Java 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。...以下代码片段演示如何使用此功能: Presentation pres = new Presentation ( "Presentation.pptx"...以下代码片段演示如何使用此功能: Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/zh/java/text-formatting/