Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 235,359 for

slides

(0.28 sec)
  1. Developer Guide|Aspose.Slides Documentation

    Discover the Aspose.Slides for Java Developer Guide for step-by-step APIs to build, edit, and convert PPT, PPTX and ODP presentations with ease....in Java Manage Presentation Slides in Java Manage Presentation...Office Automation to Aspose.Slides for Java Migration from Earlier...

    docs.aspose.com/slides/java/developer-guide/
  2. 使用现代 API 增强图像处理|Aspose.Slides 文档

    通过使用 Java 现代 API 替换已弃用的图像 API,实现幻灯片图像处理的现代化,以便无缝进行 PowerPoint 和 OpenDocument 自动化。...Contents [ Hide ] 介绍 历史上,Aspose Slides 依赖于 java.awt,并且在公共 API 中包含以下来自该库的类:...BufferedImage。Graphics2D 已被标记为已弃用,并从公共 Slides API 中移除其支持。 在 24.8 版中,将移除依赖于...

    docs.aspose.com/slides/zh/java/modern-api/
  3. 使用 VSTO 和 Aspose.Slides for .NET 创建表格|Aspose.Sl...

    从 Microsoft Office 自动化迁移到 Aspose.Slides for .NET,并在 C# 中以灵活的格式创建 PowerPoint(PPT、 PPTX)幻灯片中的表格。...Slides for .NET 创建表格 Contents [ Hide ] 表格广泛...何先使用 VSTO 2008 然后使用 Aspose.Slides for .NET 以编程方式创建一个 15 x 15、字体大小为...

    docs.aspose.com/slides/zh/net/creating-a-table-...
  4. 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!...Slides Aspose.Slides provides the classes...the Aspose.Slides.Animation namespace, Aspose.Slides provides over...

    docs.aspose.com/slides/net/shape-animation/
  5. Split PPT Files Online or via Java | products.a...

    Free online app to split different PPT files. Java Splitter library code for PPT documents....Iterate through each slide by counting all slides. Create clone of...of each slide addClone() method. Save each cloned slide into new...

    products.aspose.com/total/java/split/ppt/
  6. Pptx转md怎么支持图片上传到远端服务器 or 怎么保证pptx的文本不被转义 - Free...

    我希望将pptx转换为md时,将pptx的所有图片上传到远端服务器,但是我不希望图片直接落盘,因此我才用了如下的方式: 1、遍历所有的shape,找到所有的图片,下载并上传到我的服务器 2、删除图片shape,并在原位置插入图片的url(markdown格式) 但是这样转换,会导致我插入的文本被转义,导致md无法正确识别图片,有什么解决办法么? 或者有没有现场的更好的实践方案? var pres = new Presentat…...怎么保证pptx的文本不被转义 中文技术支持 slides-java , slides-image , slides-mdexport Endergarten...(var slide : pres.getSlides()) { for (var shape : slide.getShapes())...

    forum.aspose.com/t/pptx-md-or-pptx/318649
  7. Converting ODP to HTML in C# Produces an Empty ...

    Hello. While using Aspose.Slides.NET6.CrossPlatform Version=“25.11.0” (so this reproduces in latest version as well) We have an .odp file with 2 texts, each one in a span inside another span in content.xml . sample.7…...Slides Product Family slides-net , slides-text , slides-htmlexport...slides-htmlexport , slides-odp IBurzoEvoRWS November 20, 2025,...

    forum.aspose.com/t/converting-odp-to-html-in-c-...
  8. Remove Powerpoint Password Protection Online or...

    Remove password from Powerpoint document through online app for free. .NET C# API code to unlock password protected Powerpoint files.... Use Cases Editing Locked Slides Remove protection to update...content, fix errors, or add new slides. Rebranding or Template Updates...

    products.aspose.com/total/net/unlock/powerpoint/
  9. 通過 Java 從 PPTX 文檔中提取文本和圖像 | products.aspose.com

    Java 示例代碼,用於從 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中的 PPTX 文件中提取文本和圖像。...Slides Java Parser 通過 Java 從 PPTX...使用用於 Java API 的服務器端 Aspose.Slides 進行本機和高性能 PPTX 文檔解析,無需使用 Microsoft...

    products.aspose.com/slides/zh-hant/java/parser/...
  10. Manage Table Cells in Presentations Using C++|A...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for C++. Master accessing, modifying, and styling cells quickly for seamless slide automation....Get the table from the first slide. Iterate through the table’s...AsCast < ITable > ( pres -> get_Slides () -> idx_get ( 0 ) -> get_Shapes...

    docs.aspose.com/slides/cpp/manage-cells/