Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 129,153 for

presentation

(0.43 sec)
  1. Export XML to PPS in Android | products.aspose.com

    Android API to Convert XML to PPS without using Microsoft Word...a PPS format, which is a presentation format that can be used...is useful for creating presentations that can be shared with...

    products.aspose.com/total/android-java/conversi...
  2. View PPTX File Online and using .NET | products...

    Free online PPTX file viewer app. .NET API C# code to view PPTX Presentation for viewer application....NET based PPTX presentation viewer utility application...view PPTX presentation. Download View PPTX Presentation via Online...

    products.aspose.com/total/net/viewer/pptx/
  3. View PPT File Online and using .NET | products....

    Free online PPT file viewer app. .NET API C# code to view PPT Presentation for viewer application....NET based PPT presentation viewer utility application...view PPT presentation. Download View PPT Presentation via Online...

    products.aspose.com/total/net/viewer/ppt/
  4. Merge PPTX Files using .NET | products.aspose.com

    C# source code to combine PPTX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.pptx" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/pptx/
  5. Merge POTX Files using .NET | products.aspose.com

    C# source code to combine POTX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.potx" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/potx/
  6. C++ API to Convert XML to POWERPOINT | products...

    Convert XML to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader... developers can create presentations with dynamic content, which...create visually appealing presentations. How Aspose.Total Helps...

    products.aspose.com/total/cpp/conversion/xml-to...
  7. Online PCL to POT Conversion or Develop Java ba...

    Free online app to convert PCL to POT files. Java conversion library code for PCL documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/pcl-t...
  8. IPortionFormat for IDataLabel Is Not Working Wh...

    Hi I am unable to make changes to the IPortionFormat of an IDataLabel to Bold the font, change the color, and change the font type. I’ve been research, looking over, and even updated to the latest version of aspose slide…...// Load your presentation Presentation presentation = new Pres...Presentation("your_presentation.pptx"); // Access the first slide...

    forum.aspose.com/t/iportionformat-for-idatalabe...
  9. How to Add Hyperlink to an Image in PowerPoint ...

    This article focuses on how to add hyperlink to an image in PowerPoint using Java. It also provide details steps for setting up the environment using the step wise approach and accomplish the task to add hyperlink to an image in PPT in Java....hyperlink in the presentation Instantiate the Presentation class object...object to add an empty Presentation object Access the first slide...

    kb.aspose.com/slides/java/how-to-add-hyperlink-...
  10. What Is the Aspose Equivalent of Table Design |...

    In PPTX, when working on a table, it is possible to do the following: Table Design ribbon Table Styles Clear Table See screenshot for an example: Clear Table.png (101.6 KB) How to do this in Aspose Slides for Java?...// Create a presentation Presentation presentation = new Presentation();...Add a slide ISlide slide = presentation.getSlides().get_Item(0);...

    forum.aspose.com/t/what-is-the-aspose-equivalen...