Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 126,444 for

presentation

(0.13 sec)
  1. 如何在 .NET 中创建 Hello World 演示文稿|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 pres = new Presentation ();...// 实例化 Presentation Presentation pres = new Presentation (); //...

    docs.aspose.com/slides/zh/net/how-to-create-hel...
  2. OleObject|Aspose.Slides Documentation

    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....Embed a PDF file into the presentation. static void Add_Ole_Object...() { using var pres = new Presentation (); var slide = pres . Slides...

    docs.aspose.com/slides/net/examples/elements/le...
  3. 使用 Python 在演示文稿中创建线形状|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中操作线条格式。发现属性、方法和示例。...片添加普通线条,请按照以下步骤操作: 创建一个 Presentation 类的实例。 按索引获取幻灯片的引用。 使用 ShapeCollection...slides # 实例化 Presentation 类。 with slides . Presentation () as presentation...

    docs.aspose.com/slides/zh/python-net/line/
  4. Technical Articles|Aspose.Slides Documentation

    Technical articles for Aspose.Slides for Android via Java: OLE, chart, HTML export, threading, and more—best practices for the PPT, PPTX and ODP formats....Slide Background from a Presentation as an Image Extract Images...Images from Presentation Shapes Multithreading in Aspose.Slides...

    docs.aspose.com/slides/androidjava/technical-ar...
  5. How to Set Typeface of Fonts of Major/Minor of ...

    In theme1.xml of unzipped pptx, there are global font settings like below. <a:font script="Jpan" typeface="XXX" /> <a:font script="Hang" typeface="XXX" /> <a:font script="Hans" typeface="XXX" /> I checked Presentation.…...typeface="XXX" /> I checked presentation.master_theme.font_scheme...import Presentation, FontData # Load your presentation presentation...

    forum.aspose.com/t/how-to-set-typeface-of-fonts...
  6. 使用 Python 在演示文稿中自定义饼图|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides 在 Python 中创建和自定义饼图,支持导出为 PowerPoint 和 OpenDocument,秒级提升您的数据叙事能力。... 请按以下步骤操作: 实例化 Presentation 类对象。 在幻灯片上添加图表。 指定图表的二次绘图选项。...slides # 创建 Presentation 类的实例 with slides . Presentation () as presentation...

    docs.aspose.com/slides/zh/python-net/pie-chart/
  7. Manage PowerPoint Shapes on Android|Aspose.Slid...

    Learn how to create, edit, format, and manipulate shapes in Aspose.Slides for Android, with Java code examples for PPT and PPTX Presentations....Effects in Presentations on Android Manage Presentation Shapes on...Effective Properties from Presentations on Android Apply Shape Animations...

    docs.aspose.com/slides/androidjava/powerpoint-s...
  8. Manage PowerPoint Shapes in .NET|Aspose.Slides ...

    Learn how to create, edit, format, and manipulate shapes in Aspose.Slides for .NET, with C# code examples for PPT and PPTX Presentations....Effects in Presentations in .NET Manage Presentation Shapes in...Effective Properties from Presentations in .NET Apply Shape Animations...

    docs.aspose.com/slides/net/powerpoint-shapes/
  9. 在 JavaScript 中将 PowerPoint 转换为 HTML|Aspose.Slid...

    在 JavaScript 中将 PowerPoint 转换为 HTML。将 PPTX 或 PPT 保存为 HTML。将幻灯片保存为 HTML。...该代码能够在 Presentation 对象中加载 PPT、PPTX 和 ODP 等多种格式并保存为...PowerPoint 演示文稿转换为 HTML: 创建一个 Presentation 类的实例。 使用 save 方法将对象保存为 HTML...

    docs.aspose.com/slides/zh/nodejs-java/convert-p...
  10. Add Rectangles to Presentations in C++|Aspose.S...

    Boost your PowerPoint Presentations by adding rectangles with Aspose.Slides for C++ — easily design and modify shapes programmatically....Add Rectangles to Presentations in C++ Contents [ Hide ] Create...a selected slide of the presentation, please follow the steps...

    docs.aspose.com/slides/cpp/rectangle/