Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 130,581 for

presentation

(3.23 sec)
  1. Convert XML to PPS Using C++ | products.aspose.com

    C++ conversion code for XML to PPS. Use the example code for batch XML to PPS conversion in C++ applications....Use C++ to convert an XML presentation file to PPS without Microsoft...that lets you convert XML presentation files to PPS in C++ applications...

    products.aspose.com/slides/cpp/conversion/xml-t...
  2. Convert XML to PPSM Using C++ | products.aspose...

    C++ conversion code for XML to PPSM. Use the example code for batch XML to PPSM conversion in C++ applications....Use C++ to convert an XML presentation file to PPSM without Microsoft...that lets you convert XML presentation files to PPSM in C++ applications...

    products.aspose.com/slides/cpp/conversion/xml-t...
  3. Convert XML to POT Using C++ | products.aspose.com

    C++ conversion code for XML to POT. Use the example code for batch XML to POT conversion in C++ applications....Use C++ to convert an XML presentation file to POT without Microsoft...that lets you convert XML presentation files to POT in C++ applications...

    products.aspose.com/slides/cpp/conversion/xml-t...
  4. 使用 Java 管理演示文稿中的幻灯片切换|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中自定义幻灯片切换,并提供针对 PowerPoint 和 OpenDocument 演示文稿的分步指导。...要创建一个简单的幻灯片切换效果,请按以下步骤操作: 创建一个 Presentation 类的实例。 通过 TransitionType...// 实例化 Presentation 类以加载源演示文稿文件 Presentation presentation = new...

    docs.aspose.com/slides/zh/java/slide-transition/
  5. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your Presentation automation....Manage Text Boxes in Presentations Using C++ Contents [ Hide...Create an instance of the Presentation class. Obtain a reference...

    docs.aspose.com/slides/cpp/manage-textbox/
  6. Creating a Table on PowerPoint Slide in VSTO an...

    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....slide using VSTO: Create a presentation. Add an empty slide is added...added to the presentation. Add a 15 x 15 table to the slide....

    docs.aspose.com/slides/net/creating-a-table-on-...
  7. Convert PPT to PPTX in Java|Aspose.Slides Docum...

    Convert legacy PPT Presentations to modern PPTX fast in Java with Aspose.Slides — 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/java/convert-ppt-to-pptx/
  8. Convert PPTX to PPT in Python|Aspose.Slides for...

    Easily convert PPTX to PPT with Aspose.Slides for Python via .NET—ensure seamless compatibility with PowerPoint formats while preserving your Presentation’s layout and quality....you convert modern PPTX presentations to the legacy PPT format...PPT while maintaining the presentation’s content and layout, making...

    docs.aspose.com/slides/python-net/convert-pptx-...
  9. How to Strike Out Text in PPTX using C#

    This tutorial entails how to strike out text in PPTX using C#. It encompasses the details to set up the environment, a step-wise process and a working sample code to strike out PPTX text using C#....including creating the sample presentation, adding autoshape, creating...empty presentation using an instance of the Presentation class...

    kb.aspose.com/slides/net/how-to-strike-out-text...
  10. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for .NET: insert, crop, compress, recolor, and export images with C# examples for PPT, PPTX, and ODP Presentations....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // Create a simple in-memory image...

    docs.aspose.com/slides/net/examples/elements/pi...