Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 129,130 for

presentation

(0.19 sec)
  1. MathText|Aspose.Slides for PHP Documentation

    Work with math text in PHP using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and PPTX....addMathText () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // Add...

    docs.aspose.com/slides/php-java/examples/elemen...
  2. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow....Optimize Image Management in Presentations in .NET Contents [ Hide...Images in Presentation Slides Images make presentations more engaging...

    docs.aspose.com/slides/net/image/
  3. 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-...
  4. 图表|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 创建和自定义图表:添加数据、设置系列、坐标轴和标签的格式、更改类型并导出——支持 PPT、PPTX 和 ODP。...addChart () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // 在幻灯片上添加一个简单的柱形图。...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  5. 备注|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 添加、读取、编辑和导出演讲者备注:格式化文本、按幻灯片管理备注,并在 PowerPoint 和 OpenDocument 中控制可见性。...addNote () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $notesSlide...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  6. Add Videos to Presentations in Python|Aspose.Sl...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Python via .NET. Fast how-to guide....Add Videos to Presentations in Python Contents [ Hide ] A well-placed...well-placed video in a presentation can make your message more...

    docs.aspose.com/slides/python-net/video-frame/
  7. Manage SmartArt Shape Nodes in Presentations on...

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

    docs.aspose.com/slides/androidjava/manage-smart...
  8. Remove Slides from Presentations in JavaScript|...

    Effortlessly remove slides from PowerPoint and OpenDocument Presentations with Aspose.Slides for Node.js. Get clear code examples and boost your workflow....Remove Slides from Presentations in JavaScript Contents [ Hide...Aspose.Slides provides the Presentation class that encapsulates...

    docs.aspose.com/slides/nodejs-java/remove-slide...
  9. Slide Transition|Aspose.Slides Documentation

    Master slide transitions in Aspose.Slides for .NET: add, customize, and sequence effects and durations with C# examples for PPT, PPTX, and ODP Presentations....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // Apply a fade transition. slide...

    docs.aspose.com/slides/net/examples/elements/sl...
  10. Picture|Aspose.Slides for PHP Documentation

    Work with pictures in PHP using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP....addPicture () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $image...

    docs.aspose.com/slides/php-java/examples/elemen...