Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 130,588 for

presentation

(0.86 sec)
  1. Convert Image to PDF in C++ | products.aspose.com

    Convert image to PDF in C++. Use the C++ library API to convert image files to PDF documents....Slides for C++ is a presentation processing API that can...PDF documents and other presentation-related formats. Convert...

    products.aspose.com/slides/cpp/conversion/image...
  2. Manage Picture Frames in Presentations Using Ja...

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

    docs.aspose.com/slides/java/picture-frame/
  3. Audio|Aspose.Slides Documentation

    Discover Aspose.Slides for C++ audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear C++ code....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // Create an empty...

    docs.aspose.com/slides/cpp/examples/elements/au...
  4. Slide Transition|Aspose.Slides Documentation

    Master slide transitions in Aspose.Slides for C++: add, customize, and sequence effects and durations with C++ examples for PPT, PPTX, and ODP Presentations....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // Apply a fade transition...

    docs.aspose.com/slides/cpp/examples/elements/sl...
  5. Audio|Aspose.Slides Documentation

    Discover Aspose.Slides for Android audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear Java code....addAudio () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  6. Audio|Aspose.Slides Documentation

    Discover Aspose.Slides for Java audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear Java code....addAudio () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/a...
  7. Note|Aspose.Slides Documentation

    Work with slide notes in Aspose.Slides for C++: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear C++ examples....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto notesSlide =...

    docs.aspose.com/slides/cpp/examples/elements/note/
  8. Convert TIFF to PPSX Using C++ | products.aspos...

    C++ conversion code for TIFF to PPSX. Use the example code for batch TIFF to PPSX conversion in C++ applications....file to PPSX by creating a presentation, adding the TIFF image to...save the presentation as a PPSX file. Create a Presentation instance...

    products.aspose.com/slides/cpp/conversion/tiff-...
  9. Convert TIFF to POTM Using C++ | products.aspos...

    C++ conversion code for TIFF to POTM. Use the example code for batch TIFF to POTM conversion in C++ applications....file to POTM by creating a presentation, adding the TIFF image to...save the presentation as a POTM file. Create a Presentation instance...

    products.aspose.com/slides/cpp/conversion/tiff-...
  10. Customize Pie Charts in Presentations in .NET|A...

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

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