Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 129,327 for

presentation

(0.1 sec)
  1. Aspose.Slides for Java 15.4.0 的公共 API 和不兼容的变更|A...

    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 input = new Presentation (); IShapeCollection...返回幻灯片、母版幻灯片或布局幻灯片。 Presentation presentation = new Presentation (); long...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  2. Customize PowerPoint Fonts on Android|Aspose.Sl...

    Customize fonts in PowerPoint slides with Aspose.Slides for Android via Java to keep your Presentations sharp and consistent across any device....to load fonts used in a presentation without installing them...Load and render/export the presentation. Call FontsLoader.clearCache...

    docs.aspose.com/slides/androidjava/custom-font/
  3. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for C++. Get clear code samples and tips to streamline your Presentations....SmartArt Shape Nodes in Presentations Using C++ Contents [ Hide...instance of Presentation class and load the presentation with SmartArt...

    docs.aspose.com/slides/cpp/manage-smartart-shap...
  4. Multithreading in Aspose.Slides for Python|Aspo...

    Aspose.Slides for Python via .NET multithreading boosts PowerPoint and OpenDocument processing. Discover best practices for efficient Presentation workflows....While parallel work with presentations is possible (besides pa...you do not use a single Presentation instance in a multi-threading...

    docs.aspose.com/slides/python-net/multithreading/
  5. 幻灯片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中控制幻灯片:创建、克隆、重新排序、调整大小、设置背景,并对 PPT、PPTX 和 ODP 演示文稿应用过渡效果。...您将学习如何使用 Presentation 类添加、访问、克隆、重新排序和删除幻灯片。 每个示例下面都有简要说明以及相应的...{ let presentation = new aspose . slides . Presentation (); try...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  6. View & Edit PowerPoint Metadata using .NET | pr...

    C# source code to view and edit Presentation propertires...extract, edit and remove presentation properties using server-side...Samples Online Include Edit Presentation Metadata FODP How to edit...

    products.aspose.com/slides/net/metadata/
  7. 表格|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中使用表格:创建、格式化、合并单元格、应用样式、导入数据,并使用 C++ 示例导出 PPT、PPTX 和 ODP。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto widths = MakeArray...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  8. OLE 对象|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中处理 OLE 对象:在 PPT、PPTX 和 ODP 演示文稿中使用 C++ 插入、链接、更新以及提取嵌入的内容。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto pdfData = File...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  9. Add Slides to Presentations with Python|Aspose....

    Easily add slides to your PowerPoint and OpenDocument Presentations using Aspose.Slides for Python via .NET—seamless, efficient slide insertion in seconds....Add Slides to Presentations with Python Contents [ Hide ] Overview...Before adding slides to a presentation, it helps to understand...

    docs.aspose.com/slides/python-net/add-slide-to-...
  10. 数学文本|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...