Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 143,422 for

pptx

(0.49 sec)
  1. Apply Shape Effects in Presentations with Pytho...

    Transform your PPT, Pptx and ODP files with advanced shape effects using Aspose.Slides for Python—create striking, professional slides in seconds....pptx" , slides . export . SaveFormat . PPTX ) Apply Reflection..."reflection.pptx" , slides . export . SaveFormat . PPTX ) Apply Glow...

    docs.aspose.com/slides/python-net/shape-effect/
  2. Layout Slide|Aspose.Slides for PHP Documentation

    Use PHP to manage layout slides with Aspose.Slides: create, apply, clone, rename, and customize placeholders and themes in presentations for PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...Presentation ( "layout_slide.pptx" ); try { // Access by index...

    docs.aspose.com/slides/php-java/examples/elemen...
  3. Customize Chart Legends in Presentations on And...

    Customize chart legends with Aspose.Slides for Android via Java to optimize PowerPoint presentations with tailored legend formatting....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/chart-legend/
  4. OleObject|Aspose.Slides for Python Documentation

    Work with OLE objects in Python using Aspose.Slides: insert or update embedded files, set icons or links, extract content, control behavior for PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access.... Presentation ( "ole_frame.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  5. Audio|Aspose.Slides for PHP Documentation

    Work with audio in PHP using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....pptx" , SaveFormat :: Pptx ); } finally { $presentation...= new Presentation ( "audio.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  6. Animation|Aspose.Slides for Python Documentation

    Master slide animations in Python with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access.... Presentation ( "animation.pptx" ) as presentation : slide =...

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

    Manage slide comments in Python with Aspose.Slides: add, read, reply, edit, delete, and work with threaded comments for PowerPoint and OpenDocument....pptx" , slides . export . SaveFormat . PPTX ) Access...Presentation ( "modern_comment.pptx" ) as presentation : author...

    docs.aspose.com/slides/python-net/examples/elem...
  8. How to Add Hyperlink to an Image in PowerPoint ...

    This article contains information on how to add hyperlink to an image in PowerPoint using C#. It covers the configuration details using step wise approach to accomplish the task and a sample code to add hyperlink to an image in PPT in C#....create Hyperlink for an Image in PPTX using C# . The sample code exhibits...properties Save the presentation as PPTX having a hyperlink for a PNG...

    kb.aspose.com/slides/net/how-to-add-hyperlink-t...
  9. Converting Presentation to images not processin...

    I am using a Pptx file and converting it to images. The images are not correct. Note that this works fine on windows but fails on Ubuntu linux servers. The images are created but are missing parts of the slide. I am usin…...2025, 11:02pm 1 I am using a pptx file and converting it to images...experiencing issues with converting PPTX files to images on Ubuntu Linux...

    forum.aspose.com/t/converting-presentation-to-i...
  10. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....and then save the result as a PPTX file: sbyte overlap = 30 ; using...( "series_overlap.pptx" , SaveFormat . Pptx ); } The result: Change...

    docs.aspose.com/slides/net/chart-series/