Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 128,708 for

pptx

(0.05 sec)
  1. Error Bar|Aspose.Slides Documentation

    Add error bar to PowerPoint presentations in C# or .NET...the modified presentation to a PPTX file. // Creating empty presentation...( "ErrorBars_out.pptx" , SaveFormat . Pptx ); } Add Custom Error...

    docs.aspose.com/slides/net/error-bar/
  2. Convert DOCM to POWERPOINT via C++ or with free...

    Export DOCM to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCM to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...presentation as Pptx pres -> Save ( output . pptx , Aspose :: Slides...

    products.aspose.com/total/cpp/conversion/docm-t...
  3. Convert RTF to POWERPOINT via C++ or with free ...

    Export RTF to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free RTF to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...presentation as Pptx pres -> Save ( output . pptx , Aspose :: Slides...

    products.aspose.com/total/cpp/conversion/rtf-to...
  4. Export EPUB to XAML via C# API | products.aspos...

    .NET API to Convert EPUB to XAML without using Microsoft Word...transform the EPUB file format into PPTX. The second step is to use the...Slides for .NET, to convert the PPTX to XAML. The Aspose.Total for...

    products.aspose.com/total/net/conversion/epub-t...
  5. 组|Aspose.Slides 文档

    在C#或.NET中将组形状添加到PowerPoint演示文稿... 将修改后的演示文稿保存为PPTX文件。 下面的示例将组形状添加到幻灯片。 // 实例化Presentation类...); // 将PPTX文件写入磁盘 pres . Save ( "GroupShape_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/net/group/
  6. How to Create PowerPoint Presentation using C#

    We'll walk you through the steps in C# for how to create PowerPoint presentation using C#. By using a few lines of easy code in C# PPT presentation can be generated....properties Save the presentation as PPTX on the disk using the Save method...The above steps in C# create PPTX file without any dependence...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  7. Shape Effective Properties|Aspose.Slides for PH...

    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....pptx" ); try { $shape = $pres ->...Presentation ( "Presentation1.pptx" ); try { $threeDEffectiveData...

    docs.aspose.com/slides/php-java/shape-effective...
  8. Manage Slide Show|Aspose.Slides for Node.js via...

    Manage slide show settings in PowerPoint presentations using JavaScript...pptx" , asposeSlides . SaveFormat . Pptx ); presentation...( "output.pptx" , asposeSlides . SaveFormat . Pptx ); presentation...

    docs.aspose.com/slides/nodejs-java/manage-slide...
  9. Remove Slide from Presentation|Aspose.Slides fo...

    Remove slide from PowerPoint by reference or index in JavaScript...pptx" ); try { // Accesses a slide..."modified.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/remove-slide...
  10. Image|Aspose.Slides Documentation

    Work with images in Slides in PowerPoint Presentation using Java. Add images from disk or from web in PowerPoint Slides using Java. Add images to Slide Masters or as Slide Background using Java. Add SVG to PowerPoint Presentation using Java. Convert SVG to Shapes in PowerPoint using Java. Add images as EMF in Slides using Java....pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/androidjava/image/