Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 130,003 for

presentation

(0.19 sec)
  1. Aspose.Slides Product Family

    Find answers about creating, converting, and editing Presentations in code without utilizing Microsoft PowerPoint....Answers How to Add Audio in Presentation using Java How to Add Audio...in Presentation using C# How to Add Video in Presentation using...

    kb.aspose.com/slides/page/3/
  2. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument Presentations accurately....callbacks when rendering presentation slides. Follow these steps...HtmlOptions , and others. Load a presentation that uses a font not available...

    docs.aspose.com/slides/java/getting-warning-cal...
  3. Create 3D Presentations on Android|Aspose.Slide...

    Generate interactive 3D Presentations in Java with Aspose.Slides for Android effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use....Create 3D Presentations on Android Contents [ Hide ] Overview...possible to create 3D in presentations. PowerPoint 3D is a way...

    docs.aspose.com/slides/androidjava/3d-presentat...
  4. Chart|Aspose.Slides Documentation

    Master charts with Aspose.Slides for Java: create, format, bind data, and export charts in PPT, PPTX, and ODP with Java examples....addChart () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/c...
  5. OleObject|Aspose.Slides for PHP Documentation

    Work with OLE objects in PHP using Aspose.Slides: insert or update embedded files, set icons or links, extract content, control behavior for PPT, PPTX and ODP....into a presentation. function addOleObject () { $presentation = new...new Presentation (); try { $slide = $presentation -> getSlides...

    docs.aspose.com/slides/php-java/examples/elemen...
  6. 使用 Python 管理演示文稿中的超链接|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流程。... Presentation () as presentation : slide = presentation . slides...companies trust Aspose APIs." presentation . save ( "output.pptx" ...

    docs.aspose.com/slides/zh/python-net/manage-hyp...
  7. View POTM in C# | products.aspose.com

    View POTM in C#. Use .NET library API to open and view Macro-enabled PowerPoint Template...manipulate or edit presentations, import presentations from images or...documents, and convert presentations to files in other formats...

    products.aspose.com/slides/net/viewer/potm/
  8. View PPTM in C# | products.aspose.com

    View PPTM in C#. Use .NET library API to open and view Macro-enabled PowerPoint Template...manipulate or edit presentations, import presentations from images or...documents, and convert presentations to files in other formats...

    products.aspose.com/slides/net/viewer/pptm/
  9. View PPSX in C# | products.aspose.com

    View PPSX in C#. Use .NET library API to open and view PowerPoint Slideshow...manipulate or edit presentations, import presentations from images or...documents, and convert presentations to files in other formats...

    products.aspose.com/slides/net/viewer/ppsx/
  10. Note|Aspose.Slides Documentation

    Work with slide notes in Aspose.Slides for .NET: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear C# examples....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var notesSlide = slide . NotesSlideManager...

    docs.aspose.com/slides/net/examples/elements/note/