Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 129,303 for

presentation

(0.1 sec)
  1. 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...
  2. Manage Video Frames in Presentations Using C++|...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for C++. Fast how-to guide....Manage Video Frames in Presentations Using C++ Contents [ Hide...A well-placed video in a presentation can make your message more...

    docs.aspose.com/slides/cpp/video-frame/
  3. Manage Picture Frames in Presentations on Andro...

    Add picture frames to PowerPoint and OpenDocument Presentations with Aspose.Slides for Android via Java. Streamline your workflow and enhance slide designs....Manage Picture Frames in Presentations on Android Contents [ Hide...allow people to create presentations quickly from images. Create...

    docs.aspose.com/slides/androidjava/picture-frame/
  4. Optimize Image Management in Presentations on A...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Android via Java, optimizing performance and automating your workflow....Optimize Image Management in Presentations on Android Contents [ Hide...Images in Presentation Slides Images make presentations more engaging...

    docs.aspose.com/slides/androidjava/image/
  5. HeaderFooter|Aspose.Slides for Python Documenta...

    Control headers and footers in Python with Aspose.Slides: add or edit date/time, slide numbers, and footer text, show or hide placeholders across PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides...set_footer_visibility ( True ) presentation . save ( "footer.pptx" ...

    docs.aspose.com/slides/python-net/examples/elem...
  6. Convert PowerPoint Presentations to HTML in PHP...

    Convert PowerPoint Presentations to responsive HTML in PHP. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....Convert PowerPoint Presentations to HTML in PHP Contents [ Hide...how to convert PowerPoint Presentation in HTML format using PHP...

    docs.aspose.com/slides/php-java/convert-powerpo...
  7. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for Android: insert, crop, compress, recolor, and export images with Java examples for PPT, PPTX, and ODP Presentations....IOException { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  8. 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/
  9. 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/
  10. 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.... Presentation () as presentation : slide = presentation . slides...EffectTriggerType . ON_CLICK ) presentation . save ( "animation.pptx"...

    docs.aspose.com/slides/python-net/examples/elem...