Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 129,136 for

presentation

(0.27 sec)
  1. Conversion from PPT to PPTX format in Aspose.Sl...

    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....to access the PPT using Presentation class instance and converting...to respective PPTX format. Presently, it supports partial conversion...

    docs.aspose.com/slides/net/conversion-from-ppt-...
  2. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for Java to ensure consistent typography in PowerPoint and OpenDocument Presentations....Streamline Font Replacement in Presentations Using Java Contents [ Hide...this way: Load the relevant presentation. Load the font that will...

    docs.aspose.com/slides/java/font-replacement/
  3. Online XSLFO to OTP Conversion or Develop Java ...

    Free online app to convert XSLFO to OTP files. Java conversion library code for XSLFO 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/xslfo...
  4. Ink|Aspose.Slides for Python Documentation

    Handle digital ink on slides in Python with Aspose.Slides: add pen strokes, edit paths, set color and width, and export results for PowerPoint and OpenDocument.... Presentation ( "ink.pptx" ) as presentation : slide =...= presentation . slides [ 0 ] first_ink = None for shape in slide...

    docs.aspose.com/slides/python-net/examples/elem...
  5. Export XSLFO to PPS in Android | products.aspos...

    Android API to Convert XSLFO to PPS without using Microsoft Word...store presentations. It is a self-running presentation that can...allows users to view the presentation without the need for PowerPoint...

    products.aspose.com/total/android-java/conversi...
  6. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up Presentation editing and data updates....columns in a PowerPoint presentation, Aspose.Slides provides...instance of the Presentation class and load the presentation. Get a slide’s...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  7. Manage Table Cells in Presentations on Android|...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for Android via Java. Master accessing, modifying, and styling cells quickly for seamless slide automation....Manage Table Cells in Presentations on Android Contents [ Hide...Create an instance of the Presentation class. Get the table from...

    docs.aspose.com/slides/androidjava/manage-cells/
  8. VbaMacro|Aspose.Slides for PHP Documentation

    Work with VBA macros in PHP using Aspose.Slides: add or edit projects and modules, sign or remove macros, and save Presentations in PPT, PPTX and ODP....Add a VBA Macro Create a presentation with a VBA project and a...addVbaMacro () { $presentation = new Presentation (); try { $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  9. Get the titles of all the slides|Aspose.Slides ...

    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....of all the slides in the presentation. public static IList < string...presentationFile ) { // Open the presentation as read-only. using ( PresentationDocument...

    docs.aspose.com/slides/net/get-the-titles-of-al...
  10. Convert PPTX to PPT in .NET|Aspose.Slides Docum...

    Easily convert PPTX to PPT with Aspose.Slides for .NET—ensure seamless compatibility with PowerPoint formats while preserving your Presentation’s layout and quality....how to convert PowerPoint Presentation in PPTX format into PPT...format to the Save method of Presentation class. The C# code sample...

    docs.aspose.com/slides/net/convert-pptx-to-ppt/