Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 133,800 for

pptx

(0.08 sec)
  1. Manage Rows and Columns|Aspose.Slides for Node....

    Manage table rows and columns in PowerPoint presentations in JavaScript...pptx" ); try { // Accesses the first...( "pres.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  2. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint presentation in Java...Presentation class that represents a PPTX file Presentation pres = new...presentation as a PPTX file pres . save ( "Bullet.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/manage-bullet/
  3. Animated Text|Aspose.Slides Documentation

    Add animated text and effects to PowerPoint presentation in C# or .NET...pptx" )) { // select paragraph to..."AnimationEffectinPar.pptx" , SaveFormat . Pptx ); } Getting the Animation...

    docs.aspose.com/slides/net/animated-text/
  4. Import Presentation - C++ PowerPoint API|Aspose...

    Import PowerPoint presentation from PDF. Convert PDF to PowerPoint...pptx" , SaveFormat :: Pptx ); Tip You may want...u "MyPresentation.pptx" , SaveFormat :: Pptx ); Note You may also...

    docs.aspose.com/slides/cpp/import-presentation/
  5. 图片框|Aspose.Slides 文档

    在 C++ 中为 PowerPoint 演示文稿添加图片框... 将修改后的演示文稿写入 PPTX 文件。 以下 C++ 代码演示了如何创建图片框: //.../out/PictureFrameFormatti_out.pptx" ; const String filePath = u...

    docs.aspose.com/slides/zh/cpp/picture-frame/
  6. 演示文稿备注|Aspose.Slides 文档

    演示文稿备注,Java中的发言者备注...pptx" ); try { // 移除第一张幻灯片的备注 INotesSlideManager...pres . save ( "test.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/presentat...
  7. Export CGM to POTX via C# API | products.aspose...

    .NET API to Convert CGM to POTX without using Microsoft Word...transform the CGM file format into PPTX. This API provides a wide range...Slides for .NET, to convert the PPTX to POTX. This API provides a...

    products.aspose.com/total/net/conversion/cgm-to...
  8. Export PS to PPSX via C# API | products.aspose.com

    .NET API to Convert PS to PPSX without using Microsoft Word...transform the PS file format to PPTX. This API provides a wide range...Slides for .NET, to convert the PPTX to PPSX. This API provides a...

    products.aspose.com/total/net/conversion/ps-to-...
  9. Add Slides to Presentations with Python|Aspose....

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET—seamless, efficient slide insertion in seconds....the PPTX file to the Disk pres . save ( "EmptySlide.pptx" , slides...slides . export . SaveFormat . PPTX ) Access Slides in Presentations...

    docs.aspose.com/slides/python-net/add-slide-to-...
  10. Add Slide to Presentation|Aspose.Slides Documen...

    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....the PPTX file to the Disk pres . save ( "EmptySlide.pptx" , SaveFormat...SaveFormat . Pptx ); } finally { pres . dispose (); } Access...

    docs.aspose.com/slides/androidjava/add-slide-to...