Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 129,295 for

presentation

(0.13 sec)
  1. Ink|Aspose.Slides for Python Documentation

    Handle digital ink on slides in Python with Aspose.Slides: add pen strokes, edit paths, set color and width, and export results for PowerPoint and OpenDocument.... Presentation ( "ink.pptx" ) as presentation : slide =...= presentation . slides [ 0 ] first_ink = None for shape in slide...

    docs.aspose.com/slides/python-net/examples/elem...
  2. 音频|Aspose.Slides for Node.js via .NET 文档

    发现 Aspose.Slides for Node.js 音频示例:在 PPT、PPTX 和 ODP 演示文稿中插入、播放、剪辑和提取声音,并提供清晰的 JavaScript 代码。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  3. Manage ActiveX Controls in Presentations in .NE...

    Learn how Aspose.Slides for .NET leverages ActiveX to automate and enhance PowerPoint Presentations, giving developers powerful control over slides....Manage ActiveX Controls in Presentations in .NET Contents [ Hide...ActiveX controls are used in presentations. Aspose.Slides for .NET...

    docs.aspose.com/slides/net/activex/
  4. 动画|Aspose.Slides for Node.js via .NET 文档

    探索 Aspose.Slides for Node.js 动画示例:使用 JavaScript 为 PPT、PPTX 和 ODP 演示文稿添加、排序和自定义效果与转场。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  5. 音频|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理音频:添加、替换、提取和剪辑声音,设置 PowerPoint 和 OpenDocument 中幻灯片和形状的音量和播放方式。...addAudio () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // 创建音频帧。...

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

    使用 Aspose.Slides 在 Python 中添加、读取、编辑和导出演讲者备注:格式化文本、按幻灯片管理备注,并在 PowerPoint 和 OpenDocument 中控制可见性。... Presentation () as presentation : slide = presentation . slides...notes_text_frame . text = "My note" presentation . save ( "note.pptx" , slides...

    docs.aspose.com/slides/zh/python-net/examples/e...
  7. Format PowerPoint Shapes in Java|Aspose.Slides ...

    Learn how to format PowerPoint shapes in Java using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....Create an instance of the Presentation class. Get a reference to...shape. Save the modified presentation as a PPTX file. The following...

    docs.aspose.com/slides/java/shape-formatting/
  8. Video|Aspose.Slides for Python Documentation

    Work with video in Python using Aspose.Slides: insert, replace, trim, set poster frames and playback options, and export Presentations for PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides...320 , 240 , "video.mp4" ) presentation . save ( "video.pptx" ,...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Chart|Aspose.Slides for Python Documentation

    Create and customize charts in Python with Aspose.Slides: add data, format series, axes and labels, change types, and export—works with PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides..., 50 , 50 , 400 , 300 ) presentation . save ( "chart.pptx" ,...

    docs.aspose.com/slides/python-net/examples/elem...
  10. Delete a Slide|Aspose.Slides Documentation

    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....FileName , 1 ); // Get the presentation object and pass it to the...specified slide from the presentation. public static void DeleteSlide...

    docs.aspose.com/slides/net/delete-a-slide/