Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 129,307 for

presentation

(0.12 sec)
  1. Adding Text Dynamically Using VSTO and Aspose.S...

    See how to migrate from Microsoft Office automation to Aspose.Slides for .NET and add dynamic text to PowerPoint (PPT, PPTX) Presentations in C#....follow these steps: Create a presentation. Add a blank slide. Add...Set some text. Write the presentation. VSTO Code Example The code...

    docs.aspose.com/slides/net/adding-text-dynamica...
  2. Convert PPT to PPTX in JavaScript|Aspose.Slides...

    Convert legacy PPT Presentations to modern PPTX fast with Aspose.Slides for Node.js — clear tutorial, free code samples, no Microsoft Office dependency....how to convert PowerPoint Presentation in PPT format into PPTX...convert thousands of PPT presentations to PPTX format, the best...

    docs.aspose.com/slides/nodejs-java/convert-ppt-...
  3. Export XSLFO to OTP in Android | products.aspos...

    Android API to Convert XSLFO to OTP without using Microsoft Word...documents, spreadsheets, and presentations. It includes two APIs that...documents, spreadsheets, and presentations. Android API to Export XSLFO...

    products.aspose.com/total/android-java/conversi...
  4. Export XSLFO to SWF in Android | products.aspos...

    Android API to Convert XSLFO to SWF without using Microsoft Word...working with PowerPoint presentations, including the ability to...Load PPTX document by using Presentation class Save the document...

    products.aspose.com/total/android-java/conversi...
  5. Export XML to OTP in Android | products.aspose.com

    Android API to Convert XML to OTP without using Microsoft Word...Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/android-java/conversi...
  6. Export XSLFO to XAML in Android | products.aspo...

    Android API to Convert XSLFO to XAML without using Microsoft Word...Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/android-java/conversi...
  7. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for .NET. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples....instance is passed to the Presentation constructor, invoking InterruptionTokenSou...task associated with that Presentation . The following code snippet...

    docs.aspose.com/slides/net/support-for-interrup...
  8. Export XML to POTX in Android | products.aspose...

    Android API to Convert XML to POTX without using Microsoft Word...Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/android-java/conversi...
  9. 使用 Python 嵌入演示文稿中的字体|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python 通过 .NET 将 TrueType 字体嵌入 PowerPoint 和 OpenDocument 演示文稿,确保在所有平台上准确渲染。...实例化表示演示文件的 Presentation 类。 with slides . Presentation ( "EmbeddedFonts..."EmbeddedFonts.pptx" ) as presentation : slide = presentation . slides [ 0...

    docs.aspose.com/slides/zh/python-net/embedded-f...
  10. 在 Java 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。...以下代码片段演示如何使用此功能: Presentation pres = new Presentation ( "Presentation.pptx"...以下代码片段演示如何使用此功能: Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/zh/java/text-formatting/