Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 130,438 for

presentation

(0.22 sec)
  1. Limitations and API Differences|Aspose.Slides f...

    Compare the limitations and API differences between Aspose.Slides for PHP via Java and Aspose.Slides for Java....aspose\sldes\Presentation ; Instantiating a New Presentation Aspose...for Java Presentation presentation = new Presentation (); Aspose...

    docs.aspose.com/slides/php-java/limitations-and...
  2. 在 C++ 中创建演示文稿查看器|Aspose.Slides 文档

    使用 Aspose.Slides 在 C++ 中创建自定义演示文稿查看器。轻松显示 PowerPoint 和 OpenDocument 文件,而无需 Microsoft PowerPoint。...从演示文稿幻灯片生成 SVG 图像,请按照以下步骤操作: 创建 Presentation 类的实例。 通过索引获取幻灯片引用。 打开文件流。...= 0 ; auto presentation = MakeObject < Presentation > ( u "sample...

    docs.aspose.com/slides/zh/cpp/presentation-viewer/
  3. Remove ODP Annotation using Python | products.a...

    Python source code to remove ODP Presentation comments... Presentation( "example.odp" ) as presentation: # Deletes...comments from the presentation for author in presentation . comment_authors:...

    products.aspose.com/slides/python-net/annotatio...
  4. Animate PowerPoint Text in Java|Aspose.Slides D...

    Create dynamic animated text in PowerPoint and OpenDocument Presentations using Aspose.Slides for Java, with easy-to-follow, optimized Java code examples....paragraph animation effects in a presentation. Add Animation Effects to...paragraph: Presentation presentation = new Presentation ( "Presentation...

    docs.aspose.com/slides/java/animated-text/
  5. Customize Pie Charts in Presentations with Pyth...

    Learn how to create and customize pie charts in Python with Aspose.Slides, exportable to PowerPoint and OpenDocument, boosting your data storytelling in seconds....Customize Pie Charts in Presentations with Python Contents [ Hide... and saving the updated presentation. Second Plot Options for...

    docs.aspose.com/slides/python-net/pie-chart/
  6. Extract Flash Objects from Presentations in PHP...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides with Aspose.Slides for PHP via Java, complete code samples and best practices....Extract Flash Objects from Presentations in PHP Contents [ Hide ]...Extract Flash Objects from Presentations Aspose.Slides for PHP via...

    docs.aspose.com/slides/php-java/flash/
  7. Convert RTF to PPSM in Python or with free Onli...

    RTF to PPSM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free RTF to PPSM online converter quickly before integrating the code....PowerPoint Show (PPSM) is a presentation file format used by Microsoft...Microsoft PowerPoint. It is a presentation format that allows users...

    products.aspose.com/total/python-net/conversion...
  8. Add Line Shapes to Presentations in .NET|Aspose...

    Learn to manipulate line formatting in PowerPoint Presentations with Aspose.Slides for .NET. Discover properties, methods, and examples....Add Line Shapes to Presentations in .NET Contents [ Hide ] Overview...appearance, and save the updated presentation. The examples focus on practical...

    docs.aspose.com/slides/net/line/
  9. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for Java, automate documentation and keep formatting....Convert PowerPoint Presentations to Markdown in Java Contents...you to convert PowerPoint presentations to Markdown, which can be...

    docs.aspose.com/slides/java/convert-powerpoint-...
  10. 在 Java 中管理演示文稿的项目符号和编号列表|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。...代码演示了如何在幻灯片中创建项目符号列表: Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/java/manage-lists/