Sort Score
Result 10 results
Languages All
Labels All
Results 7,441 - 7,450 of 129,954 for

presentation

(0.13 sec)
  1. Merge RTF Files Online or using C++ | products....

    Free online app to combine different RTF files. C++ merging library code to merge RTF documents....ODP Files (OpenDocument Presentation Format) Merge ODT Files...(Microsoft PowerPoint Template Presentation) Merge Powerpoint Files...

    products.aspose.com/total/cpp/merge/rtf/
  2. Watermark XLS File Online or using Android Mobi...

    Free online app to Watermark different XLS files. Android watermark library Java code for XLS worksheets....Watermark to ODP (OpenDocument Presentation Format) Add Watermark to...Watermark to PPT (PowerPoint Presentation) Add Watermark to PPTX (Open...

    products.aspose.com/total/android-java/watermar...
  3. Digitally Sign XLS File Online or using Android...

    Free online app for digital signature in XLS spreadsheet. Develop Android application to electronically sign XLS spreadsheets....Excel Sign ODP (OpenDocument Presentation Format) Sign ODS (OpenDocument...(PowerPoint Presentation) Sign PPTX (Open XML presentation Format)...

    products.aspose.com/total/android-java/signatur...
  4. 通過 .NET 合併 POTX 文件 | products.aspose.com

    用於在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上組合 POTX 文檔的 C# 源代碼。...POTX 文件 - C# var ps1 = new Presentation( "presen1.potx" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/zh-hant/net/merger/p...
  5. Merge PPS Files Online or using Java | products...

    Free online app to combine different PPS Presentations. Java merging library code to merge PPS Presentation into format of your choice....using Presentation class object Select the one presentation as the...and get single merged PPS Presentation Java Code to Merge PPS Files...

    products.aspose.com/total/java/merge/pps/
  6. Convert DOCX to XLS using Python or with free O...

    DOCX to XLS conversion in your Python applications without using Microsoft Word or Excel or online. Test free DOCX to XLS online converter quickly before integrating the code....DOCX to ODP (OpenDocument Presentation Format) Convert DOCX to...Template Presentation) Convert DOCX to POWERPOINT (Presentation Files)...

    products.aspose.com/total/python-net/conversion...
  7. Convert PPSX to FODS via C++ or with free Onlin...

    Export PPSX to FODS in C++ without using Microsoft Excel or Powerpoint or online. Test free PPSX to FODS online converter quickly before integrating the code....PPSX to FODS The Portable Presentation Format (PPSX) is a file...file format used to store presentations created with Microsoft PowerPoint...

    products.aspose.com/total/cpp/conversion/ppsx-t...
  8. 在 Java 中获取演示文稿的段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中检索段落和文本部分的边界,以优化 PowerPoint 演示文稿中的文本定位。... Presentation pres = new Presentation ( "HelloWorld...此示例代码演示了上述操作: Presentation pres = new Presentation ( "source.pptx"...

    docs.aspose.com/slides/zh/java/paragraph/
  9. 管理缩放|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中向 PowerPoint 演示文稿添加缩放或缩放框架...您可以通过以下方式在幻灯片上添加缩放帧: 创建 Presentation 类的实例。 创建您打算链接缩放帧的新幻灯片。 向创建的幻灯片添加标识文本和背景。...= new aspose . slides . Presentation (); try { // 向演示文稿添加新幻灯片...

    docs.aspose.com/slides/zh/nodejs-java/manage-zoom/
  10. 在 Java 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...代码展示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码展示了如何从形状中移除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/java/custom-shape/