Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 126,354 for

presentation

(0.1 sec)
  1. Convert DOT to POTM via C++ or with free Online...

    Export DOT to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOT to POTM online converter quickly before integrating the code....The POTM file format is a presentation file format used by Microsoft...PowerPoint. It is used to store presentations created with the program...

    products.aspose.com/total/cpp/conversion/dot-to...
  2. 限制和API差异|Aspose.Slides for PHP 文档

    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....aspose\sldes ; use aspose\sldes\Presentation ; 实例化新演示文稿 Aspose.Slides...for Java Presentation presentation = new Presentation (); Aspose...

    docs.aspose.com/slides/zh/php-java/limitations-...
  3. Convert WORDML to POT via C++ or with free Onli...

    Export WORDML to POT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free WORDML to POT online converter quickly before integrating the code....documents, while POT is a presentation format used to create slideshows...create a new presentation. Finally, the presentation can be saved...

    products.aspose.com/total/cpp/conversion/wordml...
  4. Export EPUB to POTM in Android | products.aspos...

    Android API to Convert EPUB to POTM without using Microsoft Word...if you want to create a presentation, you may find that the PDF...PowerPoint Open XML Macro-Enabled Presentation (POTM) format. How Aspose...

    products.aspose.com/total/android-java/conversi...
  5. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the PHP Modern API for seamless PowerPoint and OpenDocument automation....follows: use aspose\slides\Presentation ; use aspose\slides\ShapeType...aspose\slides\Images ; $pres = new Presentation (); # instantiate a disposable...

    docs.aspose.com/slides/php-java/modern-api/
  6. Convert PPTX to PPT in C++|Aspose.Slides Docume...

    Easily convert PPTX to PPT with Aspose.Slides for C++—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/cpp/convert-pptx-to-ppt/
  7. 将 PowerPoint 转换为视频|Aspose.Slides 文档

    在 Java 中将 PowerPoint 转换为视频...稿转换为视频: Presentation presentation = new Presentation (); try...添加一个微笑形状,然后进行动画 IAutoShape smile = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  8. 将 PowerPoint 转换为视频|Aspose.Slides 文档

    在 Java 中将 PowerPoint 转换为视频...稿转换为视频: Presentation presentation = new Presentation (); try...添加一个笑脸形状并动画 IAutoShape smile = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  9. Extract text and images from PPTX document via ...

    C++ example code to extract text and images from PPTX file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....SharedPtr<Presentation> presentation = MakeObject<Presentation>(sourceFilePath);...SlideUtil::GetAllTextBoxes(presentation->get_Slides()->idx_get(...

    products.aspose.com/slides/cpp/parser/pptx/
  10. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP Presentations in C++....Create an instance of the Presentation class. Access the relevant...object. Save the modified presentation. This C++ code is an implementation...

    docs.aspose.com/slides/cpp/manage-paragraph/