Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 129,134 for

presentation

(0.45 sec)
  1. ActiveX|Aspose.Slides for PHP 文档

    了解如何在 PHP 中使用 Aspose.Slides 查找、编辑和删除 ActiveX 控件,以及为 PowerPoint 演示文稿更新属性。...addActiveX () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // 添加新的...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  2. 动画|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中掌握幻灯片动画:添加、编辑和删除效果、时间和触发器,以在 PPT、PPTX 和 ODP 中创建动态演示文稿。...addAnimation () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $shape...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  3. 连接器|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中绘制和控制连接器:添加、路由、重新路由、设置连接点、箭头和样式,以链接 PPT、PPTX 和 ODP 中的形状。...addConnector () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $connector...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  4. Layout Slide|Aspose.Slides Documentation

    Master layout slides in Aspose.Slides for C++: choose, apply, and customize slide layouts, placeholders, and masters with C++ examples for PPT, PPTX, and ODP Presentations....up unused ones to reduce presentation size. Add a Layout Slide...() { auto presentation = MakeObject < Presentation > (); auto...

    docs.aspose.com/slides/cpp/examples/elements/la...
  5. Add Digital Signatures to Presentations in C++|...

    Learn how to digitally sign PowerPoint & OpenDocument files with Aspose.Slides for C++. Secure your slides in seconds with clear code examples....Add Digital Signatures to Presentations in C++ Contents [ Hide ]...password protected powerpoint presentation, marked as created by a...

    docs.aspose.com/slides/cpp/digital-signature-in...
  6. Video|Aspose.Slides for Node.js via .NET Docume...

    Add and control videos with Aspose.Slides for Node.js: insert, play, trim, set poster frames, and export with examples for PPT, PPTX, and ODP Presentations....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  7. 幻灯片过渡|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 控制幻灯片过渡:选择类型、速度、声音和时间,以完善 PPT、PPTX 和 ODP 演示文稿。...addSlideTransition () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // 应用淡入过渡。...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  8. Audio|Aspose.Slides for Python Documentation

    Work with audio in Python using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....adds an audio frame on a presentation slide. def add_audio ():...slides . Presentation () as presentation : slide = presentation . slides...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Manage Shapes in Presentations Using Python|Asp...

    Learn to create, edit and optimize shapes in Aspose.Slides for Python via .NET and deliver high-performance PowerPoint and OpenDocument Presentations....Manage Shapes in Presentations Using Python Contents [ Hide ]...shapes to SVG using the Presentation and Shape APIs. Find Shapes...

    docs.aspose.com/slides/python-net/shape-manipul...
  10. Note|Aspose.Slides Documentation

    Work with slide notes in Aspose.Slides for Java: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear Java examples....addNote () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/n...