Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 2,810 for

one to presentation

(0.16 sec)
  1. Merge ODP Files via C++ | products.aspose.com

    C++ example code To combine ODP documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/odp/
  2. Merge PPTM Files via C++ | products.aspose.com

    C++ example code To combine PPTM documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/pptm/
  3. Fallback Font|Aspose.Slides for Python Document...

    PowerPoint fallback font in Python...case, it is possible to use one of the specified fallback fonts...certain presentation, remove fallback fonts from presentation, specify...

    docs.aspose.com/slides/python-net/fallback-font/
  4. Merge PPSM Files via C++ | products.aspose.com

    C++ example code To combine PPSM documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/ppsm/
  5. Public API and Backwards Incompatible Changes i...

    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....Changed the Presentation.VbaProject Property The Presentation class'...VBA projects embedded in a presentation. You can add new project...

    docs.aspose.com/slides/net/public-api-and-backw...
  6. Digital Signature in PowerPoint|Aspose.Slides f...

    Add digital signature or certificate in PowerPoint. Certificate authority in Python...password protected powerpoint presentation, marked as created by a...the presentation via File -> Info -> Protect Presentation: Presentation...

    docs.aspose.com/slides/python-net/digital-signa...
  7. How to Set the Percent Format as "0.0%" for a P...

    Sharing a expected file here. Need help To set the given format for datalabels in pie chart. testPieChartAspose.zip (48.0 KB)...instance of the Presentation class Presentation presentation = new Presentation();...first slide ISlide slide = presentation.getSlides().get_Item(0);...

    forum.aspose.com/t/how-to-set-the-percent-forma...
  8. Aspose.Slides .NET for VSTO|Aspose.Slides Docum...

    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....Platforms System Requirements One or more of the following editions...Studio 2008 Team Suite Edition One version of Microsoft Office:...

    docs.aspose.com/slides/net/aspose-slides-net-fo...
  9. Remove PPTX Annotation using C++ | products.asp...

    C++ source code To delete annotations from PPTX...auto presentation = System :: MakeObject < Presentation > ( u...from the presentation for ( auto author : presentation -> get_CommentAuthors())...

    products.aspose.com/slides/cpp/annotation/pptx/
  10. Animated Text|Aspose.Slides Documentation

    Add animated text and effects To PowerPoint Presentation in C# or .NET...using ( Presentation presentation = new Presentation ( dataDir...autoShape = ( IAutoShape ) presentation . Slides [ 0 ]. Shapes [...

    docs.aspose.com/slides/net/animated-text/