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

pptx

(0.59 sec)
  1. 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...
  2. 使用 Java 管理演示文稿中的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for Java 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿中。简化工作流程并提升幻灯片设计。...将修改后的演示文稿写入为 PPTX 文件。 此 Java 代码演示如何创建图片框: // 实例化表示 PPTX 文件的 Presentation...); // 将 PPTX 文件写入磁盘 pres . save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/java/picture-frame/
  3. Important Features|Aspose.Slides Documentation

    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....Feature Description PPT, PPS, PPTX and PPSX Export Export reports...developers of the product. PPT, PPS, PPTX and PPSX Export...

    docs.aspose.com/slides/reportingservices/import...
  4. 视频|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理视频:插入、替换、裁剪、设置海报帧和播放选项,并将演示文稿导出为 PPT、Pptx 和 ODP。...pptx" , SaveFormat :: Pptx ); } finally { $presentation...= new Presentation ( "video.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  5. Hyperlink|Aspose.Slides for PHP Documentation

    Add, edit, and remove hyperlinks in PHP with Aspose.Slides: link text, shapes, slides, URLs and email; set targets and actions for PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "hyperlink.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  6. Ինչպես ապահովել PowerPoint-ի ներկայացումը C# .N...

    Այս թեման ցույց է տալիս, թե ինչպես պաշտպանել Powerpoint-ի ներկայացումը C# .NET-ում գաղտնաբառի կոդավորման միջոցով: Արդյունքում, դուք կստանաք գաղտնաբառով պաշտպանված Powerpoint ներկայացում:...Pptx հատկությունը Կոդ՝ պաշտպանելու...սովորեցիք, թե ինչպես ապահովել PPTX ՝ օգտագործելով C#: Այս API-ն...

    kb.aspose.com/hy/slides/net/how-to-secure-power...
  7. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....and then save the result as a PPTX file: sbyte overlap = 30 ; using...( "series_overlap.pptx" , SaveFormat . Pptx ); } The result: Change...

    docs.aspose.com/slides/net/chart-series/
  8. Convert PowerPoint Slides to PNG in .NET|Aspose...

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for .NET, ensuring precise, automated results....files in formats such as PPT, PPTX, and ODP, render slides as images...Presentation object can load PPT, PPTX, ODP etc, then each slide in...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  9. Add Watermark to PPT Presentation Files using ....

    C# source code for adding Watermark to PPT Presentation....NET Watermark Ppt PPT PPTX ODP POT ppsx PPT Add Watermark...or image watermark into PPT, PPTX, or ODP presentation using server-side...

    products.aspose.com/slides/net/watermark/ppt/
  10. Manage Text Boxes in Presentations Using JavaSc...

    Aspose.Slides for Node.js makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Aspose TextBox Finally, write the PPTX file through the Presentation..."TextBox_out.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-textbox/