Sort Score
Result 10 results
Languages All
Labels All
Results 5,441 - 5,450 of 127,310 for

presentation

(0.26 sec)
  1. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the JavaScript Modern API for seamless PowerPoint and OpenDocument automation.... Presentation (); try { var ppImage ;...instance of IImage to the presentation's images. ppImage = pres...

    docs.aspose.com/slides/nodejs-java/modern-api/
  2. 图表图例|Aspose.Slides for Node.js via .NET 文档

    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 类的实例 var pres = new aspose...

    docs.aspose.com/slides/zh/nodejs-java/chart-leg...
  3. 使用 Python 在 PPTX 演示文件中創建圖表 | products.aspose.com

    Python 源代碼,用於在 PPTX 演示文稿中創建圖表。...pydrawing as drawing # Create presentation (or load existing one) with...with slides . Presentation() as presentation: # Access first...

    products.aspose.com/slides/zh-hant/python-net/c...
  4. 使用 Python 在 PPT 演示文件中創建圖表 | products.aspose.com

    Python 源代碼,用於在 PPT 演示文稿中創建圖表。...pydrawing as drawing # Create presentation (or load existing one) with...with slides . Presentation() as presentation: # Access first...

    products.aspose.com/slides/zh-hant/python-net/c...
  5. 使用现代 API 增强图像处理|Aspose.Slides 文档

    通过使用 Java 现代 API 替换已弃用的图像 API,实现幻灯片图像处理的现代化,以便无缝进行 PowerPoint 和 OpenDocument 自动化。...的典型场景可能如下所示: Presentation pres = new Presentation (); try { IPPImage...使用已弃用 API 的代码: Presentation pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/zh/java/modern-api/
  6. Picture fill not considered when exporting a sl...

    In a C# environment, using the latest version of Aspose.Slides package to this day (25.12.0), I have this Presentation that contains only one slide: Export-PNG-Color-NOK.zip (795,6 Ko) The slide only contains one pic…...0), I have this presentation that contains only one slide:...using (var presentation = new Aspose.Slides.Presentation(pptxPath...

    forum.aspose.com/t/picture-fill-not-considered-...
  7. 使用现代 API 增强图像处理|Aspose.Slides for PHP 文档

    通过使用 PHP 现代 API 替换已弃用的成像 API,实现幻灯片图像处理的现代化,以实现无缝的 PowerPoint 和 OpenDocument 自动化。...的典型场景如下所示: use aspose\slides\Presentation ; use aspose\slides\ShapeType...aspose\slides\Images ; $pres = new Presentation (); # 从磁盘上的文件实例化可释放的 IImage...

    docs.aspose.com/slides/zh/php-java/modern-api/
  8. Split ODP Files Online or via Java | products.a...

    Free online app to split different ODP files. Java Splitter library code for ODP documents....Load the ODP file using Presentation class. Iterate through each...documents and PowerPoint presentations. ODP Splitter library for...

    products.aspose.com/total/java/split/odp/
  9. 在演示文稿中使用 Python 应用形状动画|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义形状动画。脱颖而出!... 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一个...实例化一个表示演示文稿文件的 Presentation 类。 with slides . Presentation () as pres...

    docs.aspose.com/slides/zh/python-net/shape-anim...
  10. Create and Apply WordArt Effects in C++|Aspose....

    Create and customize WordArt effects in Aspose.Slides for C++. This step-by-step guide helps developers enhance Presentations with professional text in C++....= System :: MakeObject < Presentation > (); auto slide = pres...Create an instance of the Presentation class. Obtain the reference...

    docs.aspose.com/slides/cpp/wordart/