Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 129,136 for

presentation

(0.1 sec)
  1. PowerPoint 2024: Styles Break During PNG/HTML C...

    In some Presentations that contain a large number of custom styles, the formatting breaks when converting the file to HTML or PNG. I assume this issue is related to the new style handling features introduced in PowerPoi…...2025, 9:51am 1 In some presentations that contain a large number...PowerPoint 2024, as these presentations also show similar rendering...

    forum.aspose.com/t/powerpoint-2024-styles-break...
  2. Export Presentations to XAML on Android|Aspose....

    Convert PowerPoint and OpenDocument slides to XAML in Java using Aspose.Slides for Android—quick, Office-free solution that keeps your layout intact....Export Presentations to XAML on Android Contents [ Hide ] Export...Export Presentations to XAML Aspose.Slides supports XAML export...

    docs.aspose.com/slides/androidjava/export-to-xaml/
  3. Remove PPTX Annotation using C++ | products.asp...

    C++ source code to delete annotations from PPTX...auto presentation = System :: MakeObject < Presentation > ( u...from the presentation for ( auto author : presentation -> get_CommentAuthors())...

    products.aspose.com/slides/cpp/annotation/pptx/
  4. 在 Android 上打开演示文稿|Aspose.Slides 文档

    通过 Aspose.Slides for Android 使用 Java 轻松打开 PowerPoint(.pptx、.ppt)和 OpenDocument(.odp)演示文稿——快速、可靠、功能齐全。... 打开演示文稿 要打开现有的演示文稿,请实例化 Presentation 类,并将文件路径传递给其构造函数。 以下 Java...: // 实例化 Presentation 类并将文件路径传递给其构造函数。 Presentation presentation...

    docs.aspose.com/slides/zh/androidjava/open-pres...
  5. 管理 JavaScript 中的演示文稿背景|Aspose.Slides for Node.j...

    了解如何使用 Aspose.Slides for Node.js 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并通过代码技巧提升您的演示文稿。... 创建 Presentation 类的实例。 将幻灯片的 BackgroundType...示例展示如何将蓝色纯色设置为普通幻灯片的背景: // 创建 Presentation 类的实例。 let presentation = new aspose...

    docs.aspose.com/slides/zh/nodejs-java/presentat...
  6. Aspose.Slides for Java 15.4.0 的公共 API 和不向后兼容的更改...

    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/androidjava/public-ap...
  7. Convert CGM to SWF via Java API | products.aspo...

    Java API to Convert CGM to SWF without using Microsoft Word...and manipulate documents, presentations, and images. The process...manipulating PowerPoint presentations. It also provides the ability...

    products.aspose.com/total/java/conversion/cgm-t...
  8. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....font globally across the presentation and temporary for rendering...property “FontsManager” of Presentation class has been introduced...

    docs.aspose.com/slides/net/public-api-and-backw...
  9. 表格|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 创建和格式化表格:插入数据、合并单元格、设置边框样式、对齐内容,并支持 PPT、PPTX 和 ODP 的导入/导出。...addTable () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $widths...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  10. Ole对象|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中处理 OLE 对象:插入或更新嵌入文件,设置图标或链接,提取内容,控制 PPT、PPTX 和 ODP 的行为。...addOleObject () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $pdfData...

    docs.aspose.com/slides/zh/php-java/examples/ele...