Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 10,116 for

presentation

(0.04 sec)
  1. 形状特效|Aspose.Slides 文档

    在 Java 中为 PowerPoint 形状应用特效...OuterShadowEffect ) 应用于矩形: Presentation pres = new Presentation (); try { IShape...代码展示了如何将反射特效应用于形状: Presentation pres = new Presentation (); try { IShape...

    docs.aspose.com/slides/zh/java/shape-effect/
  2. 线|Aspose.Slides 文档

    在C#或.NET中向PowerPoint演示文稿添加线条...要在演示文稿的选定幻灯片上添加简单的线条,请按照以下步骤操作: 创建一个 Presentation 类的实例。 通过使用其索引获得幻灯片的引用。 使用Shapes对象提供的...file using ( Presentation pres = new Presentation ()) { // Get...

    docs.aspose.com/slides/zh/net/line/
  3. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...个段落的文本框,每个段落包含 3 个部分: 创建 Presentation 类的实例。 通过索引访问相关幻灯片的引用。 向幻灯片添加一个矩形...文件的 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/androidjava/manage-pa...
  4. Installation|Aspose.Slides for Python Documenta...

    Install Aspose.Slides for Python via Java in Windows, Linux or macOS...import Presentation , SaveFormat pres = Presentation () slide...import Presentation , SaveFormat pres = Presentation () slide...

    docs.aspose.com/slides/python-java/installation/
  5. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in C# or .NET...Create an instance of the Presentation class. Get a slide’s reference...connection path. Save the presentation. This C# code shows you...

    docs.aspose.com/slides/net/connector/
  6. How to Make a Pie Chart in PowerPoint using C#

    This quick tutorial guides how to make a pie chart in PowerPoint using C#. It provides detailed steps to configure the environment and sample code to add pie chart to PowerPoint using C#....chart to the PowerPoint presentation. You can create pie chart...package manager Create a new Presentation class object Access the...

    kb.aspose.com/slides/net/how-to-make-a-pie-char...
  7. 管理 SmartArt 形状节点|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 SmartArt 节点和子节点... 创建一个 Presentation 类的实例,并加载包含 SmartArt 形状的演示文稿。...// 加载所需的演示文稿 Presentation pres = new Presentation ( "AddNodes...

    docs.aspose.com/slides/zh/net/manage-smartart-s...
  8. 图表绘图区域|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加带有默认数据的图表。...创建一个 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/androidjava/chart-plo...
  9. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格... 从头开始创建表格 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义 columnWidth...文件的 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/androidjava/manage-ta...
  10. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格... 从头创建表格 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义一个...文件的 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/java/manage-table/