Sort Score
Result 10 results
Languages All
Labels All
Results 4,541 - 4,550 of 126,865 for

presentation

(1.03 sec)
  1. Enhance PowerPoint Presentations with Animation...

    Explore the capabilities of Aspose.Slides for Java in handling PowerPoint animations. This general overview highlights key features and offers insights to enhance your Presentations....Enhance PowerPoint Presentations with Animations in Java Contents...Overview Since presentations are meant to present something, their...

    docs.aspose.com/slides/java/powerpoint-animation/
  2. Enhance PowerPoint Presentations with Animation...

    Explore the capabilities of Aspose.Slides for Android via Java in handling PowerPoint animations. This general overview highlights key features....Enhance PowerPoint Presentations with Animations on Android Contents...Hide ] Since presentations are meant to present something, their...

    docs.aspose.com/slides/androidjava/powerpoint-a...
  3. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝的幻灯片自动化。...Contents [ Hide ] 识别合并的表格单元格 创建 Presentation 类的实例。 从第一张幻灯片获取表格。 遍历表格的行和列以查找合并的单元格。...代码展示了如何在演示文稿中识别合并的表格单元格: Presentation pres = new Presentation ( "SomePresentationWith...

    docs.aspose.com/slides/zh/java/manage-cells/
  4. KeyNotFoundException When Extracting Slide Thum...

    Hi, I have a reproducible error when extracting a slide thumbnail, with a specific customer powerpoint file. I narrowed it down to a single slide, using aspose slides java 25.8. and openjdk 11.0.28 2025-07-15 runtime. …...KeyNotFoundException: The given key was not present in the dictionary. com.aspose...println("Loading presentation..."); Presentation presentation = new P...

    forum.aspose.com/t/keynotfoundexception-when-ex...
  5. Convert POTX to JPEG using C# | products.aspose...

    Sample code for POTX to JPEG C# conversion. Use API example code for batch POTX files to JPEG conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/net/conversion/potx-...
  6. Convert PPTX to BMP using C# | products.aspose.com

    Sample code for PPTX to BMP C# conversion. Use API example code for batch PPTX files to BMP conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/net/conversion/pptx-...
  7. Convert PPTX to PNG using C# | products.aspose.com

    Sample code for PPTX to PNG C# conversion. Use API example code for batch PPTX files to PNG conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/net/conversion/pptx-...
  8. 在 C# 中將 HTML 轉換為 JPG | products.aspose.com

    在 C# 中將 HTML 轉換為 JPG。使用 .NET 庫 API 將 HTML 文件轉換為 JPG 圖像...開發人員和應用程序可以通過以下方式將 HTML 轉換為 JPG: 創建一個 Presentation 類的實例。 加載 HTML 文件。 根據 HTML...C# 代碼 using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/zh-hant/net/conversi...
  9. 在 C# 中將 SVG 轉換為 PNG | products.aspose.com

    在 C# 中將 SVG 轉換為 PNG。使用 .NET 庫 API 將 SVG 轉換為 PNG 文件。...開發人員和應用程序可以通過以下方式將 SVG 轉換為 PNG: 創建一個 Presentation 類的實例。 加載 SVG 圖像。 添加相框。 將文件另存為...C# 代碼 using (Presentation pres = new Presentation()) { ISvgImage...

    products.aspose.com/slides/zh-hant/net/conversi...
  10. 在 C# 中將 PDF 轉換為 JPG | products.aspose.com

    在 C# 中將 PDF 轉換為 JPG。使用 .NET 庫 API 將 PDF 頁面轉換為 JPG 圖像...開發人員和應用程序可以通過以下方式將 PDF 轉換為 JPG: 創建一個 Presentation 類的實例。 加載 PDF 文件。 基於 PDF...C# 代碼 using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/zh-hant/net/conversi...